The connection string for connecting to a remote SQL server is generally written as:
Data Source=ip,port;Network Library=DBMSSOCN;Initial Catalog=BaseX;User ID=UserX;Password=PasswordX;
If you haven't modified the port, you don't need to write it.
This is not very different from the connection string you are using. Have you encountered any problems?
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.