Difference between revisions of "Connecting to Database - MS SQL"

From Hostek.com Wiki
Jump to: navigation, search
Line 16: Line 16:
 
#Check the box for '''"Hide system objects in Object Explorer"''' and click '''"OK"'''
 
#Check the box for '''"Hide system objects in Object Explorer"''' and click '''"OK"'''
 
#Restart SQL Management Studio and Reconnect to your database.
 
#Restart SQL Management Studio and Reconnect to your database.
 +
 +
===Where to get SQL Server Management Studio===
 +
 +
https://msdn.microsoft.com/en-us/library/mt238290.aspx
  
 
==MyLittleAdmin==
 
==MyLittleAdmin==

Revision as of 19:02, 16 June 2016


SQL Server Management Studio

  • Use the following steps to log into your MS SQL database using SQL Server Management Studio
  1. Log into the WCP and click "MS SQL"
  2. Copy the server listed for your database. For example: "sql1.hostek.com"
  3. Open SQL Management Studio
  4. Paste the server you copied from step 2 into the "Server name" field
  5. Set "Authentication" to "SQL Server Authentication"
  6. Enter the database username and password and click "Connect"
  • You can also hide the system objects in SQL Management Studio by using the following steps:
  1. Click "Tools"
  2. Select "Options" from the menu
  3. Click "General" under "Environment"
  4. Check the box for "Hide system objects in Object Explorer" and click "OK"
  5. Restart SQL Management Studio and Reconnect to your database.

Where to get SQL Server Management Studio

https://msdn.microsoft.com/en-us/library/mt238290.aspx

MyLittleAdmin

  • Use the following steps to log into your MS SQL database using MyLittleAdmin
  1. Log into the WCP and click "MS SQL Tools"
  2. Select your database and user
  3. Click "MyLittleAdmin"