MSSQL database is available on certain external address, and can be accessed from any client program or software that uses TCP, assuming that you have a valid login to SQL database. Here is an incomplete list of some of the common programs that can be used to connect to your database:
- Microsoft Enterprise Manager
- Microsoft Visual Studio 2003/2005/2008
- Microsoft Query Analyzer
- Microsoft Access
- Macromedia Dreamweaver
A web based version of WEB Data Administrator is also available at:
http://sql.asphostbg.net/
Access to the database:
Server =
mssql.asphostbg.net; Database = databaseName; Uid = userName; Password = password;