Remote sql server connection
mltgames
Posts: 17 Bronze 1
I had sql server running, locally everything is working.
I want to connect another pc that will share my map folder and sql server.
My map folder is working perfectly on both pc except i cant connect to sql server on the remote pc.
I openned port 1433 for the sql server.
But doesnt work.
I tried to connect to the remote server using smss and it work. (I provided the ip, login and password)
Is smart assembly support tcp/ip connection for sql server on port 1433? If i disable shared memory access on the sql server, smart assembly doesnt run locally, it look like it work only using shared memory instead of tcp/ip
Is there any connection string to specify/force to use tcp/ip?
I want to connect another pc that will share my map folder and sql server.
My map folder is working perfectly on both pc except i cant connect to sql server on the remote pc.
I openned port 1433 for the sql server.
But doesnt work.
I tried to connect to the remote server using smss and it work. (I provided the ip, login and password)
Is smart assembly support tcp/ip connection for sql server on port 1433? If i disable shared memory access on the sql server, smart assembly doesnt run locally, it look like it work only using shared memory instead of tcp/ip
Is there any connection string to specify/force to use tcp/ip?
Tagged:
Comments
Here is my config if it can help someone.
<SmartAssembly.Settings>
<Options>
<Database ConnectionString="Data Source=192.168.0.8\SmartAssembly,1433; Initial Catalog=smartassembly; User Id=sa; Password=password" DatabaseEngine="1" LastProject="{ae726256-376b-4c6a-80f4-505fef2a73cf}" MasterConnectionString="Data Source=192.168.0.8\SmartAssembly,1433; Initial Catalog=master; User Id=sa; Password=password" Server="192.168.0.8\SmartAssembly,1433" />
</Options>
</SmartAssembly.Settings>
Thank you for taking the time to post your solution. I'm glad that is all sorted for you now.
If you need anything else in future then get in touch.