Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Harown
Starting Member
2 Posts |
Posted - 2008-10-29 : 11:43:18
|
Hello, I think it can't be complicated but I can't figure out the following: How do I connect to a remote SQL Server from SQL Server Management Studio Express? Thanks in advance! |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-29 : 11:46:02
|
is server in same domain as your pc? also do you have a valid login for server? |
 |
|
Harown
Starting Member
2 Posts |
Posted - 2008-10-29 : 11:54:45
|
Thanks for your reply!Yes, I have a valid login for the server. The server is not in the same domain. It's the sql server of a webhosting-service. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-29 : 12:07:00
|
see this for accesing sql server over internethttp://msdn.microsoft.com/en-us/library/ms175483.aspx |
 |
|
|
|
|