connecting to the SQL Server Database Engine -Part 1

Professionaluser
Posted by Professionaluser under Sql Server category on | Points: 40 | Views : 1112
Basic tool in SQL Server to connect to any SQL Server database and manipulate the data in it is SQL Server Management Studio (SSMS). It comes along with SQL Server Developer, Enterprise and Standard editions except Express.

To open SSMS,
Method 1:
On the Start menu, point to All Programs , point to Microsoft SQL Server<Version> , and then click SQL Server Management Studio

Method 2:
On the Start menu, type ssms in the search box and then select/click on SQL Server Management Studio

Comments or Responses

Login to post response