SQL Server Management Studio - Error connecting to remote DB
Posted
by Julien Poulin
on Server Fault
See other posts from Server Fault
or by Julien Poulin
Published on 2009-05-29T18:35:41Z
Indexed on
2010/03/24
18:43 UTC
Read the original article
Hit count: 307
All right, here is the deal:
I'm connecting to a Windows 2003 Server using VPN. On this server, there is a remote SQL Server 2005 Express engine.
I can connect to the database using Visual Studio 2008.
What I can't do though, is connect to this same database with SQL Server 2005 Management Studio (Standard).
I have checked the connection info a hundred times and still nothing.
One thought: do VS ans SSMS use the same sql provider?
Note: I'm running Windows 7 RC. I had absolutely no problem using the same config under Vista.
This is the error I get when trying to connect with SSMS:
© Server Fault or respective owner