Microsoft heeft een nieuwe versie van SQL Server Management Studio, vaak afgekort tot SSMS, uitgebracht, met 17.9.1 als versienummer. Met SSMS kun je een Microsoft SQL-omgeving beheren, bijvoorbeeld een on-premise SQL Server, maar ook een Azure SQL Data Warehouse in de cloud. Het biedt tools voor de configuratie, monitoring en ingebruikname van de verschillende datatiercomponenten en daarnaast kun je queries en scripts in elkaar zetten. De bijbehorende aankondiging ziet er als volgt uit:
SSMS 17.9.1 is now generally available
We are excited to announce the release of SQL Server Management Studio (SSMS) 17.9.1. This is a minor update to 17.9 with the following important improvements:As always, are always listening and would love to hear from you with any questions, comments or feature suggestions via the SQL Server Feedback Forum.
- Occasionally, SSMS closes MFA query editor connections with no outstanding transactions. A simple way to repro this is as follows:
Based on a few CSS cases and the impact of these issues, we decided to release a minor update for the benefit of our customers.
- Open a New Query window in SSMS
- Connect to Azure SQL DB with MFA
- Create a global temp table, insert some data and run a SELECT from the table
- After a few seconds, re-run the above SELECT statement
- The Temp table may have been dropped, in certain scenarios.
- DAC Wizards: DacFX Import/Export fails with the below error during import:
- Failed to connect to server sqlce.database.windows.net. (Microsoft.SqlServer.Smo).
- SSMS Restore plan: SSMS does not generate correct restore plan and picks up an older full backup, despite having newer full backups.
- SMO:Updated Microsoft.SqlServer.SqlManagementObjects NuGet package to include a readme.txt file.