Help Docs Control Panel Guides Cloud Sites Guide Database Management in Cloud Sites MSSQL Cloud Sites Databases Windows SQL Server Management Studio for Cloud Sites

Windows SQL Server Management Studio for Cloud Sites

Securely access your MSSQL database for Cloud Sites using Microsoft SQL Server Management Studio.

If you have an MSSQL database created for your Cloud Sites website, you can easily and securely access your database remotely using Microsoft SQL Server Management Studio. This is a physical download to your local workstation which provides much better security than using myLittleAdmin to reach your MSSQL database from the Cloud Sites control panel.

Note:

In order to log into SQL Server Management Studio, you must be the creator of the database and use the credentials set when you first created the database. Secondary users set up to access the database must still use myLittleAdmin.

You can download SQL Server Management Studio on your Windows workstation, it is not currently available for Mac or Linux operating systems. Follow this link: https://msdn.microsoft.com/en-us/library/mt238290.aspx to download the software, installation instructions can be found there as well.

Once the software is downloaded to your workstation, open SQL Management Studio.

  1. A dialogue box will open for you to enter your credentials. Copy and paste the Management IP and Management Port from the database information in Cloud Sites.
    management ip and port highlighted
  2. In SQL Server Management Studio, enter the Management IP in the Server name section, followed by a comma (,) and the Management Port number 4120.
    sql studio express configuration
  3. Select SQL Server Authentication from the drop down under Authentication.
    ssql server authentication
  4. Enter the Cloud Sites database username in the Login section and type in your password.
    username and password login
  5. Next, click on the Options at the lower right-hand of the dialogue box.
    options link highlighted
  6. Enter the Cloud Sites database name in the section Connect to database.
    database name entered
  7. Click on Connect and you will be directed to your database administration page. From here you can run queries, add tables and columns and more on your database.
    connect
Was this article helpful?