Partitioning sql server managed instance

Copper Contributor

Hello,

 

Do you have Some informations about partitionning already existing table in managed instance. Actualy after creating partition,  schema and function, dropping constraint and recreate it again and create index and while importing Data i got this error message :

"A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)"

 

Can you please help me or maybe send me a documentation about it.

 

Thank you vers much.

2 Replies
The error message has nothing to do with partitioning or other DML operation.
The error is raised on client side, may caused by network issues.
It's akward but the partitioning works fine with SSMS but not with TSQL. If you face the same issue plz try it with SSMS interface ( m1ke sûre also no network issue) Thanks