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;

 


If you are using mssql.aspnethosting.co.uk you may also use SQL Server address above in your application connection strings, for example:

 

Server=mssql.aspnethosting.co.uk;Database=databaseName;Uid=userName;Password=password;

Was this answer helpful?

 Print this Article

Also Read

I get error when conneting to MS SQL 2008 server

If you get this error: The server principal " " is not able to access the database " " under the...

How to send email from your asp.net code?

' Visual Basic Sample - Sending SMTP Authenticated E-mail ' Please replace yourdomain.com in...

MS SQL 2008 and MySQL server addresses

MSSQL 2008 server addresses are: sql2008.aspnethosting.co.uk sql2008r2.aspnethosting.co.uk...

How to enable remote IIS management for my site?

Login to your hosting control panel here http://cp.aspnethosting.co.uk then click on Web - Web...