Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all i am new to asp .net
can any one tell me if we can connect remote sql server by management studio
sql server 2008r2
Posted
Comments
Prasad Khandekar 26-Jan-15 13:59pm    
Counld not think of a better links than this (https://msdn.microsoft.com/en-us/library/ms189721.aspx) Or this (https://www.youtube.com/watch?v=ZNObiptSMSI)
Tomas Takac 26-Jan-15 17:11pm    
Yes, you can connect to remote server using management studio. How? The same way you are connecting to the local server, you just need to put the correct server and instance name into the dialog. What is your question exactly?
Member 8893861 27-Jan-15 2:57am    
Actually my DBA is saying that now a days we can not connect remote sql server by management studio , it get error 25 when i tried connecting server
i am using instance as 66.155.58.218:8443\HOMESQLSERVER
changed to : sql server authentication
username :
password :

can you tell me where i am wrong
Corporal Agarn 27-Jan-15 9:52am    
You need permissions to connect.
Are you using ASP.NET or SSMS?
I do not know the whole story as to why the DBA would say you cannot connect. In general you can connect to a remote server using SSMS, however you need the permissions and infrastructure to connect. It might be that the company has locked down the remote server so you cannot connect.
Member 8893861 27-Jan-15 11:14am    
I tried both asp.net as well as SSMS , i installed SQL server R2
I can connect local sql server , but when i add remote server ip address
, sql server authentication and username and password it gives error 25

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900