Resource and Help to Access Databases Using SQL Server Management Studio

Send a Message


 

 

 


 
  

Need help with Microsoft SQL Server? Ask our Experts, or simply Email your query.

About Sql Server Programmers

Our clients can be found both locally in the Chicagoland area and throughout the country. We have over 18 years of experience and are extremely proud of our track record of successfully assisting hundreds of our clients to improve their productivity while focusing on cost.

Microsoft Certified Partner

  

SQL Server Management Studio

One of the most important tools to manage your database is Microsoft SQL Server Management Studio.  This application will allow you to manage all of your databases on a server as well as write queries against a selected database.  Once you open the Management Studio application, you will see a dialog on selecting a server.  You will use this dialog to select the server of the database that you would like to manage.

Database Authentication

Once you select the appropriate server, you will notice that the dialog asks you to select authentication.  There are two options, “Windows Authentication” and “SQL Server Authentication”.

Windows Authentication takes the credential of the user that is logged on the computer and uses it to log onto the SQL Server.

SQL Server Authentication uses a username and password to log onto the server.  This username and password does not have to be a user on the computer but has to be a user on the SQL Server that you are trying to connect to.

Once you are in Management Studio, you will have the ability to browse the SQL server using the Object Explorer.  There are several folders that you can browse in Object Explorer.

General Screen

  1. Databases – Allows you to browse all databases that you have access to.  This will let you review every aspect of managing your database
  2. Security –  Allows you to manage and create credentials to the SQL Server
  3. Server Objects – Lets you manage Backup Devices, Endpoints, Linked Server, and Triggers
  4. Replication – Lets you manage Local Publications and subscriptions
  5. Management – Allows you to manage Maintenance Plans and to view Server Logs,  Database Mail configuration, and Full Text Search
  6. Notification – Allows you to manage Notification Services
  7. SQL Server Agent – Allows you to manage jobs, alerts and proxies

Configuring Linked Servers