Dear readers of our blog, we'd like to recommend you to visit the main page of our website, where you can learn about our product SQLS*Plus and its advantages.
 
SQLS*Plus - best SQL Server command line reporting and automation tool! SQLS*Plus is several orders of magnitude better than SQL Server sqlcmd and osql command line tools.
 

REQUEST COMPLIMENTARY SQLS*PLUS LICENCE

Enteros UpBeat offers a patented database performance management SaaS platform. It proactively identifies root causes of complex revenue-impacting database performance issues across a growing number of RDBMS, NoSQL, and deep/machine learning database platforms. We support Oracle, SQL Server, IBM DB2, MongoDB, Casandra, MySQL, Amazon Aurora, and other database systems.

SQL Server Management Studio – a single management tool and development environment in MS SQL Server

4 June 2020

SQL Server Management Studio

SQL Server Management Studio is a single universal environment for accessing, configuring and administering all MS SQL Server components, as well as for developing system components, editing query texts, creating scripts, and so on.

With a large number of visual management tools, SQL Server Management Studio allows you to perform many typical MS SQL Server administration tasks for administrators with any level of SQL Server knowledge.

A convenient development environment, a built-in web browser for quick reference to the MSDN library or to get help online, a detailed tutorial that makes it easy to learn many new features, built-in help from the Internet communities and much more make the development process in the SQL Server environment as easy as possible, as well as provides rich opportunities for creating various SQL Server scripts.

The installation and launch of the “SQL Server Management Studio Environment” will be discussed in this article.

The SQL Server Management Studio consists of several different components that are used to administer and manage the entire system. The main of these components are listed in the following list:

  • Registered Servers;
  • Object Explorer;
  • Query Editor;
  • Solution Explorer.

Supported operating systems:

With the latest service pack, this release of SSMS supports the following platforms: Windows 10, Windows 8, Windows 8.1, Windows 7 (SP1), Windows Server 2016, Windows Server 2012 (64-bit), Windows Server 2012 R2 (64-bit), Windows Server 2008 R2 (64-bit).

Download SQL Server Management Studio (SSMS)

Download Version/LinkBildRelease DateSize, Mb
18.0 Preview 6 Release15.0.18075.02018-12-18457
18.0 Preview 5 Release15.0.18068.02018-11-15457
18.0 Preview 4 Release15.0.18040.02018-09-24456
17.9.1 Release Latest GA14.0.17289.02018-11-21807
17.9 Release14.0.17285.02018-09-04807
17.8.1 Release14.0.17277.02018-06-26806
17.8 Release Deprecated14.0.17276.02018-06-21806
17.7 Release14.0.17254.02018-05-09803
17.6 Release14.0.17230.02018-03-20802
17.5 Release14.0.17224.02018-02-15802
17.4 Release14.0.17213.02017-12-07802
17.3 Release14.0.17199.02017-10-09801
17.2 Release14.0.17177.02017-08-07819
17.1 Release14.0.17119.02017-05-24784
17.0 Release14.0.17099.02017-04-25729
17.0 RC3 Release14.0.17028.02017-03-09677
17.0 RC2 Release14.0.16150.02017-02-01682
17.0 RC1 Release14.0.16000.642016-11-16687
16.5.3 Release13.0.16106.42017-01-26898
16.5.2 Release Deprecated13.0.16105.42017-01-18898
16.5.1 Release13.0.16100.12016-12-05894
16.5 Release13.0.16000.282016-10-26894
16.4.1 Release13.0.15900.12016-09-23894
16.4 Release Deprecated13.0.15800.182016-09-20
16.3 Release13.0.15700.282016-08-15806
July 2016 Hotfix Update13.0.15600.22016-07-13825
July 2016 Release Deprecated13.0.15500.912016-07-01
June 2016 Release13.0.15000.232016-06-01825
SQL Server 2014 SP112.0.4100.12015-05-14815
SQL Server 2012 SP311.0.6020.02015-11-21964
SQL Server 2008 R210.50.40002012-07-02161

SQL Server Management Studio is version 18.5

SQL Server Management Studio is available separately from Microsoft SQL Server. To install it, visit the Microsoft download page and download the latest installation wizard binary file. At the time of writing, the latest version of SQL Server Management Studio is version 18.5.

SQL Server Management Studio installation

SQL Server Management Studio is version 18.5

Next step is to select the place of the control studio installation and press Install:

SQL Server Management Studio Install

After pressing the Install button, the installation procedure will start automatically:

SQL Server Management Studio installation

When installation is complete, a screen prompting you to reboot appears. Reboot by clicking on Restart:

SQL Server Management Studio installation

SQL Server Management Studio is ready to start. To connect to SQL Server using Microsoft SQL Server Management Studio, follow the steps below.

Launch Microsoft SQL Server Management Studio

1. Launch Microsoft SQL Server Management Studio from the Start menu:

Launch Microsoft SQL Server Management Studio

2. The authentication window will open. You can select the option on the basis of which you configured authentication when installing MS SQL server. Then click Connect:

installing MS SQL server

3. If the connection is successful, you will see the Object Explorer – object browser panel:

Object Explorer - object browser panel

4. To query the database, right-click on the server node (in our example it’s WIN2019STDSQLEXPRESS) and select the New Query menu item:

WIN2019STDSQLEXPRESS

5. Enter the following request in the editor:

select @@version;

This query returns the SQL Server version. Then click Execute:

SQL Server version

6. The “Results” window will display the SQL Server version as shown in the screenshot below. The quickest way to perform a query is to press F5:

Results window will display the SQL Server version

Now you know how to connect to an SQL server and execute queries from the Database Server Management Studio.

SQL Server Management Studio provides a single interface for managing servers and creating queries for all SQL Server components. In other words, the components of Database Engine, Analysis Services, Integration Services and Reporting Services use the same graphical interface.

Registered Servers component

The Registered Servers component is presented as a panel allowing to work with already used servers. If the Registered Servers panel is missing, it can be opened by selecting its name from the View menu. Using these connections, you can check the status of the server or manage its objects. A separate list of registered servers is applied for each user and stored locally.

New servers can be added to or removed from the list. Servers can be ordered by groups. In each such group it is necessary to place servers between which there is a logic connection. Servers can also be grouped by type, such as servers for the Database Engine component, Analysis Services, Reporting Services and Integration Services.

The Object Explorer component

The Object Explorer panel contains a tree view of all objects in the server’s databases. If the Object Explorer panel is not displayed, you can open it by selecting a command sequence from the View –> Object Explorer menu. This tree view displays a hierarchy of objects on the server. Thus, if you expand it, you will see the logical structure of the corresponding server.

The Object Explorer allows you to connect to multiple servers in one panel. These can be any of the existing servers for the Database Engine component, Analysis Services, Reporting Services or Integration Services. This feature makes it easy for the user to manage all servers of the same or different types from the same place.

Organization of SQL Server Management Studio panels and moving through them

All panels of SQL Server Management Studio environment can be attached to the main window or hidden from view. Right-clicking on the title bar of the panel provides you with a choice of the following options for displaying this panel:

Floating Area – the panel becomes freely moving on top of other panels of SQL Server Management Studio environment, and it can be placed anywhere on the screen;

Dockable – the panel can be moved and fixed at a desired location. To move the panel to the desired location, click its title bar and, without releasing the mouse button, drag the panel to the desired location;

Tabbed Document – panels can be organized as tabbed documents when the panel state changes from the tabbed document to the document;

Hide – the panel can be hidden. Alternatively, you can hide the panel by clicking a cross in its upper right corner. To display the closed pane again, select its name from the View menu;

Auto Hide – the pane is minimized and attached as a tab on the left side of the screen. To open (expand) such a panel, point the mouse pointer at the tabs on the left side of the screen, and to hold the panel open, click the stationery button icon in the upper right corner of the panel.

The difference between the Hide and Auto Hide modes is that in the first case the panel is completely removed from the view in SQL Server Management Studio, and in the second case it is minimized to the tab.

In order to restore the default configuration, run the command Window –> Reset Window Layout. After resetting, there is an Object Explorer panel on the left side of SQL Server Management Studio and Object Explorer Details tab on the right. The Object Explorer Details tab displays information about the current node selected in the object browser.

SQL Server Management Studio allows you to perform one and the same task in several ways. Different people prefer different methods – some prefer double-clicking, others like the “+” and “-” icons, some like the right button, some like drop-down menus, some like shortcuts, etc. To determine the most convenient way to move around in your environment, experiment with different ways until you choose the most appropriate one.

 
Tags: , , , ,

MORE NEWS

 

Preamble​​NoSql is not a replacement for SQL databases but is a valid alternative for many situations where standard SQL is not the best approach for...

Preamble​​MongoDB Conditional operators specify a condition to which the value of the document field shall correspond.Comparison Query Operators $eq...

5 Database management trends impacting database administrationIn the realm of database management systems, moreover half (52%) of your competitors feel...

The data type is defined as the type of data that any column or variable can store in MS SQL Server. What is the data type? When you create any table or...

Preamble​​MS SQL Server is a client-server architecture. MS SQL Server process starts with the client application sending a query.SQL Server accepts,...

First the basics: what is the master/slave?One database server (“master”) responds and can do anything. A lot of other database servers store copies of all...

Preamble​​Atom Hopper (based on Apache Abdera) for those who may not know is an open-source project sponsored by Rackspace. Today we will figure out how to...

Preamble​​MongoDB recently introduced its new aggregation structure. This structure provides a simpler solution for calculating aggregated values rather...

FlexibilityOne of the most advertised features of MongoDB is its flexibility.  Flexibility, however, is a double-edged sword. More flexibility means more...

Preamble​​SQLShell is a cross-platform command-line tool for SQL, similar to psql for PostgreSQL or MySQL command-line tool for MySQL.Why use it?If you...

Preamble​​Writing an application on top of the framework on top of the driver on top of the database is a bit like a game on the phone: you say “insert...

Preamble​​Oracle Coherence is a distributed cache that is functionally comparable with Memcached. In addition to the basic function of the API cache, it...

Preamble​​IBM pureXML, a proprietary XML database built on a relational mechanism (designed for puns) that offers both relational ( SQL / XML ) and...

  What is PostgreSQL array? In PostgreSQL we can define a column as an array of valid data types. The data type can be built-in, custom or enumerated....

Preamble​​If you are a Linux sysadmin or developer, there comes a time when you need to manage an Oracle database that can work in your environment.In this...

Preamble​​Starting with Microsoft SQL Server 2008, by default, the group of local administrators is no longer added to SQL Server administrators during the...