I have absolutely no problem connecting to my SQL 2008 database remotely when using RazorSQL. However, I have never been able to connect successfully when I try connecting via SQL Server Management Studio. How can I connect with SQL Server Management Studio?

link|improve this question
1  
Thanks for letting us know. If you have a question, feel free to ask. – joeqwerty Nov 19 '11 at 22:37
1  
While you are at it, you also might add some more information (like error messages) as well. – syneticon-dj Nov 19 '11 at 23:17
feedback

1 Answer

The best way would be to use the same credentials and the same instance name to connect to the same host for the same database. Oh and if you run your server on a different port then use the same port, too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.