Ръководство на потребителя

How can I access database MS SQL 2005?


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:
      - SQL server Managеment Studio
      - 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;