Disclaimer: There is no standalone "SSMS 2019" version number (that would be SSMS 18.x). SQL Server 2019 was released alongside SSMS 18.0, 18.1, 18.2, etc. This article focuses on the features that arrived during the SQL Server 2019 lifecycle.
Azure Data Studio Integration: You can now launch Azure Data Studio directly from the SSMS Tools menu or Object Explorer to use features like Jupyter-compatible SQL Notebooks. sql server management studio 2019 new
INSERT INTO Customers (CustomerName, Email) VALUES ('John Doe', 'john@example.com'), ('Jane Smith', 'jane@example.com'); GO Disclaimer: There is no standalone "SSMS 2019" version
MERGE, TRUNCATE, and CREATE OR ALTER statements.GO count detection in large scripts.