You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ssms/download-sql-server-management-studio-ssms.md
+17-33Lines changed: 17 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Download SQL Server Management Studio (SSMS) | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "07/20/2018"
4
+
ms.date: "09/04/2018"
5
5
ms.prod: sql
6
6
ms.prod_service: "sql-tools"
7
7
ms.component: "ssms"
@@ -39,16 +39,16 @@ Use SQL Server Management Studio (SSMS) to query, design, and manage your databa
39
39
40
40
SSMS 17.x is the latest generation of *SQL Server Management Studio* and provides support for SQL Server 2017.
41
41
42
-
**[ Download SQL Server Management Studio 17.8.1](https://go.microsoft.com/fwlink/?linkid=875802) (no previous version of SSMS 17.x is required on the computer)**
42
+
**[ Download SQL Server Management Studio 17.9](https://go.microsoft.com/fwlink/?linkid=2014306) (no previous version of SSMS 17.x is required on the computer)**
43
43
44
-
**[ Download SQL Server Management Studio 17.8.1 Upgrade Package](https://go.microsoft.com/fwlink/?linkid=875804) (upgrades 17.x to 17.8.1; a previous version of SSMS 17.x is required on the computer)**
44
+
**[ Download SQL Server Management Studio 17.9 Upgrade Package](https://go.microsoft.com/fwlink/?linkid=2014215) (upgrades 17.x to 17.9; a previous version of SSMS 17.x is required on the computer)**
45
45
46
46
47
47
**Version Information**
48
48
49
-
Release number: 17.8.1<br>
50
-
Build number: 14.0.17277.0<br>
51
-
Release date: June 26, 2018
49
+
Release number: 17.9<br>
50
+
Build number: 14.0.17285.0<br>
51
+
Release date: September 04, 2018
52
52
53
53
The SSMS 17.x installation does not upgrade or replace SSMS versions 16.x or earlier. SSMS 17.x installs side by side with previous versions so both versions are available for use.
54
54
If a computer contains side by side installations of SSMS, verify you start the correct version for your specific needs. The latest version is labeled *Microsoft SQL Server Management Studio 17*, and has a new icon:
@@ -64,11 +64,11 @@ If a computer contains side by side installations of SSMS, verify you start the
64
64
65
65
This release of SSMS can be installed in the following languages:
> The SQL Server PowerShell module is now a separate install through the PowerShell Gallery. For more information, see [Download SQL Server PowerShell Module](download-sql-server-ps-module.md).
@@ -78,27 +78,19 @@ SQL Server Management Studio 17.8.1 Upgrade Package (upgrades 17.x to 17.8.1):<b
78
78
79
79
## New in this Release
80
80
81
-
SSMS 17.8.1 is the latest version of SQL Server Management Studio. The 17.x generation of SSMS provides support for almost all feature areas on SQL Server 2008 through SQL Server 2017. Version 17.x also supports SQL Analysis Service PaaS.
81
+
SSMS 17.9 is the latest version of SQL Server Management Studio. The 17.x generation of SSMS provides support for almost all feature areas on SQL Server 2008 through SQL Server 2017. Version 17.x also supports SQL Analysis Service PaaS.
82
82
83
-
Version 17.8.1 includes:
83
+
Version 17.9 includes:
84
84
85
85
**General SSMS**
86
86
87
-
Database Properties:
87
+
ShowPlan:
88
88
89
-
- This improvement exposes the "AUTOGROW_ALL_FILES" configuration option for Filegroups. This new config option is added under the Database Properties > Filegroups window in the form of a new column (Autogrow All Files) of checkboxes for each available Filegroup (except for Filestream and Memory Optimized Filegroups). The user can enable/disable AUTOGROW_ALL_FILES for a particular Filegroup by toggling the corresponding Autogrow_All_Files checkbox. Correspondingly, the AUTOGROW_ALL_FILES option is properly scripted when scripting the database for CREATE / generating scripts for the database (SQL2016 and above).
90
-
91
-
SQL Editor:
89
+
- Graphical Showplan now shows the new row mode memory grant feedback attributes when the feature is activated for a specific plan: IsMemoryGrantFeedbackAdjusted and LastRequestedMemory added to the MemoryGrantInfo query plan XML element. For more on row mode memory grant feedback, see [Adaptive query processing in SQL databases](https://docs.microsoft.com/sql/relational-databases/performance/adaptive-query-processing).
92
90
93
-
- Improved experience with Intellisense in Azure SQL Database when the user doesn't have master access.
91
+
Azure SQL:
94
92
95
-
Scripting:
96
-
97
-
- General performance improvements, especially over high-latency connections.
98
-
99
-
**Analysis Servics (AS)**
100
-
101
-
- Analysis Services client libraries and data providers updated to the latest version, which added support for the new Azure Government AAD authority (login.microsoftonline.us).
93
+
- Added support for vCore SKUs in Azure DB creation. For more information, see [vCore-based purchasing model](https://docs.microsoft.com/azure/sql-database/sql-database-service-tiers#vcore-based-purchasing-model).
102
94
103
95
104
96
## Supported SQL offerings
@@ -136,16 +128,8 @@ This release of SSMS supports the following 64-bit platforms when used with the
136
128
137
129
## Release Notes
138
130
139
-
The following are issues and limitations with this 17.8.1 release:
131
+
There are currently no known issues in this release.
140
132
141
-
- Clicking the *Script* button after modifying any filegroup property in the *Properties* window, generates two scripts – one script with a *USE <database>* statement, and a second script with a *USE master* statement. The script with *USE master* is generated in error and should be discarded. Run the script that contains the *USE <database>* statement.
142
-
- Some dialogs display an invalid edition error when working with new *General Purpose* or *Business Critical* Azure SQL Database editions.
143
-
- Some latency in XEvents viewer may be observed. This is a [known issue in the .NET Framework](https://github.com/Microsoft/dotnet/blob/master/releases/net472/dotnet472-changes.md#sql). Please, consider upgrading to NetFx 4.7.2.
144
-
- Replication Monitor crashes with a *Could not load file or assembly...* error. To workaround this issue:
145
-
1. Close *SqlMonitor.exe* (i.e. Repl Monitor) and SSMS.
146
-
2. Download the updated *sqlmonitor.exe.config* from [https://1drv.ms/u/s!AizXOqHzD6izqpR-zgdH7kEAxvRACw](https://1drv.ms/u/s!AizXOqHzD6izqpR-zgdH7kEAxvRACw).
147
-
3. Replace *sqlmonitor.exe.config* (it is usually under "C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn") with the one you downloaded.
Copy file name to clipboardExpand all lines: docs/ssms/sql-server-management-studio-changelog-ssms.md
+84-7Lines changed: 84 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "SQL Server Management Studio - Changelog (SSMS) | Microsoft Docs"
3
3
ms.custom: ""
4
-
ms.date: "06/26/2018"
4
+
ms.date: "09/04/2018"
5
5
ms.prod: sql
6
6
ms.prod_service: "sql-tools"
7
7
ms.component: "ssms"
@@ -21,15 +21,96 @@ manager: craigg
21
21
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SSMS. Download [previous SSMS versions below](#previous-ssms-releases).
*A bug was discovered in 17.8 related to provisioning SQL databases, so SSMS 17.8.1 replaces 17.8.*
27
+
Build number: 14.0.17285.0<br>
28
+
Release date: September 04, 2018
29
+
30
+
### What's new
31
+
32
+
**General SSMS**
33
+
34
+
35
+
ShowPlan:
36
+
37
+
- Graphical Showplan now shows the new row mode memory grant feedback attributes when the feature is activated for a specific plan: IsMemoryGrantFeedbackAdjusted and LastRequestedMemory added to the MemoryGrantInfo query plan XML element. For more on row mode memory grant feedback, see [Adaptive query processing in SQL databases](https://docs.microsoft.com/sql/relational-databases/performance/adaptive-query-processing).
38
+
39
+
Azure SQL:
40
+
41
+
- Added support for vCore SKUs in Azure DB creation. For more information, see [vCore-based purchasing model](https://docs.microsoft.com/azure/sql-database/sql-database-service-tiers#vcore-based-purchasing-model).
42
+
43
+
44
+
### Bug fixes
45
+
46
+
**General SSMS**
47
+
48
+
Replication Monitor:
49
+
50
+
- Fixed an issue that was causing Replication Monitor (SqlMonitor.exe) not to start (User Voice item: https://feedback.azure.com/forums/908035-sql-server/suggestions/34791079)
51
+
52
+
Import Flat File Wizard:
53
+
54
+
- Fixed the link to the help page for "Flat File Wizard" dialog
55
+
- Fixed issue where the wizard did not allow changing the destination table when the table already existed: this allows users to retry without having to exit the wizard, delete the failed table, and then reenter the information into the wizard (User Voice item: https://feedback.azure.com/forums/908035-sql-server/suggestions/32896186).
56
+
57
+
Import/Export Data-Tier Application:
58
+
59
+
- Fixed an issue (in DacFx) which was causing the import of a .bacpac could fail with a message like "Error SQL72014: .Net SqlClient Data Provider: Msg 9108, Level 16, State 10, Line 1 This type of statistics is not supported to be incremental. " when dealing with tables with partitions defined and no indexes on the table.
60
+
61
+
Intellisense:
62
+
63
+
- Fixed an issue where intellisense completion was not working when using AAD with MFA.
64
+
65
+
Object Explorer:
66
+
67
+
- Fixed an issue where the "Filter Dialog" was displayed on random monitors instead of the monitor where SSMS was running (multi-monitor systems).
28
68
69
+
Azure SQL:
70
+
71
+
- Fixed an issue related to enumeration of databases in the "Available Databases" where "master" was not displayed in the dropdown when connected to a specific database.
72
+
- Fixed an issue where trying to generate a script ("Data" or "Schema and Data") was failing then connected to the SQL Azure DB uwing AAD with MFA.
73
+
- Fixed an issue in the View Designer (Views) where it was not possible to select "Add Tables" from the UI when connected to a SQL Azure DB.
74
+
- Fixed an issue where SSMS Query Editor was silently closing and reopening connections during MFA token renewal. This will prevent side effects unbeknownst to the user (like closing a transaction and never reopening again) from happening. The change adds adds the token expiration time to the properties window.
75
+
- Fixed an issue where SSMS was not enforcing password prompts for imported MSA accounts for AAD with MFA login.
76
+
77
+
Activity Monitor:
78
+
79
+
- Fixed a an issue that was causing "Live Query Statistics" to hang when launched from Activity Monitor and SQL Authentication was used.
80
+
81
+
Microsoft Azure integration:
82
+
83
+
- Fixed an issue where SSMS only shows the first 50 subscriptions (Always Encrypted dialogs, Backup/Restore from URL dialogs, etc…).
84
+
- Fixed an issue where SSMS was throwing an exception ("Index out of range") while trying to log on to an Microsoft Azure account which did not have any storage account (in Restore Backup from URL dialog).
85
+
86
+
Object Scripting:
87
+
88
+
- When scripting "Drop and Create", SSMS now avoids generating dynamic T-SQL.
89
+
- When scripting a database object, SSMS now does not generate script to set database scoped configurations , if they are set to default values.
90
+
91
+
Help:
92
+
93
+
- Fixed a long outstanding issue where "Help on Help" was not honoring the online/offline mode.
94
+
- When clicking on "Help | Community Projects and Samples" SSMS now opens the default browser that points to a Git page and shows no errors/warnings due to old browser being used.
95
+
96
+
### Known issues
97
+
98
+
- There are currently no known issues in this release.
99
+
100
+
101
+
102
+
## Previous SSMS releases
103
+
104
+
Download previous SSMS versions by clicking the title links in the following sections.
0 commit comments