Announcing SSMS 20.2 ... and getting feedback for SSMS 21 (2024)

Hey SQL Tools fans! We’re halfway through 2024 and due to a confluence of events we have a release of SQL Server Management Studio to announce, versionSSMS 20.2.

While we’ve been focused on work for SSMS 21, we made time for a few updates to address known issues that affected your workflows and use of SSMS. You can read about each update and fix in the release notes, but let’s cover some important fixes here.

We also completed a set of accessibility and connection improvements, and addressed some issues related to Object Explorer, Query Editor, and Query Plans. Thanks to a few feature teams, we picked up some enhancements for Always Encrypted and the Link feature for Azure SQL Managed Instance, and a fix for the MI Link wizard as well. Finally, we made updates to the usual suspects (DacFx and SMO – two libraries on which SSMS depends) and the OLEDB driver, and we removed the Microsoft Visual C++ 2013 Redistributable from the installer, which a few customers noted had fallen out of support in April.

Note that updating from an earlier release of SSMS 20 will not remove the Microsoft Visual C++ 2013 Redistributable from the machine. If you have no other applications on the machine that use the Microsoft Visual C++ 2013 Redistributable, feel free to remove it yourself through Add/Remove Programs.

As always, please log any feedback related to SSMS on the feedback site. We continue to monitor votes and comments on ideas and have started a Friday Feedback series on LinkedIn. However – not all of you use LinkedIn regularly, and we don’t want you to miss out! Therefore, you’ll find a summary of topics covered thus far below, and links to Ideas so you can upvote or comment.

We ask that you find time to review each idea, and maybe other ideas that align with changes you’d like to see. As we’ve said previously, votes and comments are our currency, and we are looking for feedback from you to help shape the next major release of SSMS.

Finally, as we focus on SSMS 21 for the second half of 2024, we don’t expect any additional releases of SSMS 20, but we will continue to post here and ask for feedback over the next several months. Stay tuned, and thanks for being engaged with the SSMS team!

Installation footprint

For SSMS 21 we will have a new installer, which means you won’t have to download the .exe file every time you want to update to the next minor release. However, we will also have a larger installation footprint (e.g. maybe 2GB at most) and want to know if that works for folks. SSMS Installation

UI for creating logins and users in Azure SQL Database

We’re looking to add the UI dialog to create logins and users for Azure SQL DB. In the right-click menu, would you prefer to only have the option to view the dialog (UX), or would you also like the ability to have the template script open in the Query Editor (as it does now)? GUI/tool for SQL server login management in Azure SQL DB

Command line arguments/parameters

What command line arguments (parameters) do you use for SSMS, and what would you like to see added? Current list of parameters here, for anyone who hasn't used them.SSMS command line arguments /parameters

Projects and Solutions vs. Open Folder

Do you use Projects and Solutions in SSMS, or do you prefer to use Open Folder instead? You can only choose one!What will replace the SSMS Solution Explorer?

Updating SSMS

With SSMS 21 updates will be easier – you won’t have to download a 700MB file! Knowing that updates will occur within the application, how often will you want to update SSMS? Improve the SSMS Update Experience

Announcing SSMS 20.2 ... and getting feedback for SSMS 21 (2024)

FAQs

How to comment out in SQL Server Management Studio? ›

The keyboard shortcut to comment text is CTRL + K, CTRL + C. The keyboard shortcut to uncomment text is CTRL + K, CTRL + U. Select Execute to run the uncommented portion of the text.

What is the current version of SQL Server Management Studio? ›

SSMS 20.2 is the latest generally available (GA) version.

How to update SQL Server version in SSMS? ›

Steps to update SQL Server Management Studio(SSMS):
  1. Log in to your VPS using the administrator user.
  2. Open SQL Server Management Studio.
  3. Click on the "check for updates" under the tools section. ...
  4. The SQL Server Management Studio Updates box appears.

How to check SSMS version in SQL Server? ›

One is using the SQL Server Management Studio (SSMS) tool. Connect to the SQL Server instance and go to the “Help” menu. Select “About” and a window appears with the version information.

What are the different types of comments in SQL? ›

There are 3 types of comments in SQL– Single Line comments, Multi-Line comments and In-line comments. SQL comments are not supported in Microsoft Access databases. Some database, like Oracle, provide additional features for commenting, such as the COMMENT ON statement to attach explanatory text to database objects.

How do I comment out everything in SQL? ›

Begin the comment with a slash and an asterisk (/*). Proceed with the text of the comment. This text can span multiple lines. End the comment with an asterisk and a slash (*/).

What is the difference between SSMS 19 and 20? ›

SSMS 19 and earlier versions have two checkboxes in the connection properties: Encrypt Connection and Trust Server Certificate. SSMS 20 removed the encryption options from the Connection Properties tab and added a Connection Security section on the Login tab.

What is replacing SSMS? ›

DBeaver is the most popular Windows, Mac & Linux alternative to SQL Server Management Studio. DBeaver is the most popular Open Source & free alternative to SQL Server Management Studio.

Does SSMS version matter? ›

Running the latest version of SQL Server provides you with numerous performance and functionality benefits while also extending the support of your database platform.

Should I update my SSMS? ›

With SSMS I usually update pretty much straight away. We have some on premise PowerBI Report Servers and in the past year the bugs have been such that we now leave it about a month after a new version is available but I guess this is server side rather than client side so additional caution is sensible.

How do I check for SSMS updates? ›

If you mean the SSMS version, click Help-->About from the SSMS menu bar to see your currently installed version. You can also check for a newer version with Tools-->Check for updates. To see the SQL Server version, Run SELECT @@VERSION; from an SSMS query window connected to the database server.

How do I refresh SSMS? ›

Select the Edit menu, select IntelliSense, then select Refresh Local Cache. Use the CTRL+Shift+R keyboard shortcut. Disconnect your editor window from the instance of the Database Engine and reconnect.

What is latest version of SSMS? ›

Current SSMS release
  • Release number: 20.2.
  • Build number: 20.2.30.0.
  • Release date: July 9, 2024.
Jul 9, 2024

What is the latest Microsoft SQL Server version? ›

The current version is Microsoft SQL Server 2022, released November 16, 2022. The RTM version is 16.0. 1000.6.

How do I find and replace in SSMS? ›

On the Edit menu, point to Find and Replace, and then click Quick Replace to open the dialog box with both find options and replace options. Toolbar buttons and shortcut keys are also available to open the Find and Replace dialog box.

How do you comment out in PL SQL? ›

PL/SQL supports two comment styles: single-line and multi-line. Single-line comments begin with a double hyphen ( - - ) anywhere on a line and extend to the end of the line. Multi-line comments begin with a slash-asterisk ( /* ), end with an asterisk-slash ( */ ), and can span multiple lines.

How do I run a current line in SQL Management Studio? ›

SQL Server Management Studio (SSMS) extension for executing the current statement based on the cursor position. If your script contains multiple statements, position the cursor within the desired statement and press ctrl+shift+e to execute it.

How do you comment a single line in MySQL? ›

Syntax Using -- symbol

When using the -- symbol, the comment must be at the end of a line in your SQL statement with a line break after it. This method of commenting can only span a single line within your SQL and must be at the end of the line.

How to write comments in MySQL? ›

MySQL Server supports three comment styles:
  1. From a # character to the end of the line.
  2. From a -- sequence to the end of the line. ...
  3. From a /* sequence to the following */ sequence, as in the C programming language.

References

Top Articles
Latest Posts
Article information

Author: Arline Emard IV

Last Updated:

Views: 5739

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Arline Emard IV

Birthday: 1996-07-10

Address: 8912 Hintz Shore, West Louie, AZ 69363-0747

Phone: +13454700762376

Job: Administration Technician

Hobby: Paintball, Horseback riding, Cycling, Running, Macrame, Playing musical instruments, Soapmaking

Introduction: My name is Arline Emard IV, I am a cheerful, gorgeous, colorful, joyous, excited, super, inquisitive person who loves writing and wants to share my knowledge and understanding with you.