I'm trying to connect to a SQL Server database at Discount asp.net hosting with SQL Server Management Studio. Here`s the connection string that is working fine. What parts of it should I use in Management Studio to connect to remote Db?
Data Source=tcp:sql2k803.discountasp.net;Initial Catalog=SQL2008_709539;
User ID=SQL2008_709539_user;Password=password;
I'm filling the fields in the following way:
- Server name:
tcp:sql2k803.discountasp.net
- login:
SQL2008_709539_user
- password:
password
- authentication type is SQL Server.
Please note also:
ADDED: Also see whether you've enabled remote tcp/ip connections