-3

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?

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300

1 Answers1

2

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.

mailq
  • 17,023
  • 2
  • 37
  • 69