FAQ: What is the database server (SQL) address?

Your SQL server hostnames are listed in your hosting space summary or in the database properties page

How to review your hosting space summary:
http://client.resellerchoice.com/knowledgebase.php?action=displayarticle&catid=16&id=66

 

How to review the database properties:

  • Login to the control panel
  • Click your hosting space in the "Hosting Spaces" section
  • From the top menu bar, go to Hosting Space menu > Databases > SQL (version number)
  • Click the database you are working with from the database list
  • You will see an "Internal address" and an "External address", Use the internal for code hosted on our servers. Use the External for code hosted outside our network or for SQL management Studio connectivity. Attempting to use the external address internally will result in a connection error.


SQL servers are assigned on a per space basis and can change from one hosting space to the next, so please be sure to always check what database server your new database is on as it may not be the same as the previous one.

  • 92 Users Found This Useful
Was this answer helpful?

Related Articles

FAQ: Why is the design feature greyed out in Enterprise Manager?

The reason why you would not be able to use the design feature (greyed out), is because some...

FAQ: My database transaction log is too large

If your database is getting too large, it is most likely because of the transaction log file.If...

FAQ: What can I use to connect to my MS-SQL database?

You can use any third party MS-SQL client like:-SQL Server Management Studio express (microsoft...

PRB: Cannot connect to SQL 2008 or 2012 using Enterprise Manager

Enterprise Manager is not compatible with SQL 2008 or 2012 and will therefore not allow you to...

FAQ: ODBC Connection String changes for SQL 2005

If you are getting errors connecting to the database from your code. If your ODBC connection...