Knowledgebase
Conection String to MS SQL 2008 DB - example
|
In order to connect to SQL Server 2008 from Management Studio, Enterprise Manager, Query Analyzer or other client software you can use the following SQL Server address: mssql2008R2.aspnethosting.co.uk, 14330 or mssql.aspnethosting.co.uk, 14330
If you are using mssql2008R2.aspnethosting.co.uk you may also use SQL Server address above in your application connection strings, for example: Server=mssql2008R2.aspnethosting.co.uk;Database=databaseName;Uid=userName;Password=password;
Server=mssql.aspnethosting.co.uk;Database=databaseName;Uid=userName;Password=password; |
Also Read
Powered by WHMCompleteSolution