SQL Server Management StudioMS SQL Server Management Studio is a workstation or a client tool which is used to connect to and manage your SQL Server from a graphical interface instead of having to use the command line. In order to connect to a remote instance of an SQL Server, you will need this or similar software. It is used by Administrators, Developers, Testers, etc. The following methods are used to open SQL Server Management Studio. First MethodStart → All Programs → MS SQL Server 2012 → SQL Server Management Studio ![]() Second MethodGo to Run and type SQLWB (For 2005 Version) SSMS (For 2008 and Later Versions). Then click Enter. When you first time use management studio, you will see something like this: ![]() ![]()
Next TopicSQL Server Datatypes
|