{"id":24622,"date":"2018-06-21T11:00:15","date_gmt":"2018-06-21T18:00:15","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?p=24622"},"modified":"2024-01-29T10:34:59","modified_gmt":"2024-01-29T18:34:59","slug":"ssms-17-8-is-now-available","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2018\/06\/21\/ssms-17-8-is-now-available\/","title":{"rendered":"SSMS 17.8 is now available"},"content":{"rendered":"
This post is co-authored by\u00a0Pam Lahoud, Senior Program Manager, SQL Server.<\/em><\/p>\n We are excited to announce the release of SQL Server Management Studio (SSMS) 17.8!<\/strong><\/p>\n Download SSMS 17.8<\/a> and review the Release Notes<\/a> to get started.<\/p>\n SSMS 17.8 provides support for almost all feature areas on SQL Server 2008 through the latest SQL Server 2017, which is now generally available.<\/p>\n In addition to enhancements and bug fixes, SSMS 17.8 comes with several new features:<\/p>\n View the Release Notes<\/a> for more information.<\/p>\n In this release of SQL Server Management Studio, we have introduced UI and scripting support for the AUTOGROW_ALL_FILES database filegroup property.\u00a0 This property was introduced in SQL Server 2016 to replace trace flag 1117<\/a><\/u>, but it was only settable via T-SQL script.\u00a0 Now you can set the property via a checkbox in the Database Properties -> Filegroups page:<\/p>\n <\/p>\n You can also use the \u201cScript\u201d button to script out the change:<\/p>\n <\/p>\n This will generate the following script:<\/p>\n Scripting support has also been added to the \u201cGenerate Scripts\u201d task and the \u201cScript Database as\u201d context menu in the Object Explorer:<\/p>\n <\/p>\n In SSMS 17.8, there were many bug fixes.<\/p>\n To highlight a few of these:<\/p>\n To learn more about other bug fixes covered in this release, check the Release Notes<\/a>.<\/p>\n Try it out and let us know what you think! You can message us on our Twitter @sqldatatools<\/a> or reach out to Ken Van Hyning\u2019s twitter @sqltoolsguy<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" This post is co-authored by\u00a0Pam Lahoud, Senior Program Manager, SQL Server. We are excited to announce the release of SQL Server Management Studio (SSMS) 17.8! Download SSMS 17.8 and review the Release Notes to get started. SSMS 17.8 provides support for almost all feature areas on SQL Server 2008 through the latest SQL Server 2017,<\/p>\n","protected":false},"author":5562,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","footnotes":""},"post_tag":[],"product":[5227,2406,2409,2524,2418],"content-type":[2448],"topic":[2466],"coauthors":[2487],"class_list":["post-24622","post","type-post","status-publish","format-standard","hentry","product-sql","product-sql-server-2017","product-sql-server-2017-on-linux","product-sql-server-management","product-sql-server-on-linux","content-type-updates","topic-developer"],"yoast_head":"\n\n
Database Properties | FileGroups:<\/h2>\n
USE [AdventureWorks2016_EXT]\u00a0\r\n\r\nGO\u00a0\r\n\r\ndeclare @autogrow bit\u00a0\r\n\r\nSELECT @autogrow=convert(bit, is_autogrow_all_files) FROM sys.filegroups WHERE name=N'PRIMARY'\u00a0\r\n\r\nif(@autogrow=0)\u00a0\r\n\r\nALTER DATABASE [AdventureWorks2016_EXT] MODIFY FILEGROUP [PRIMARY] AUTOGROW_ALL_FILES\u00a0\r\n\r\nGO<\/pre>\n
Bug fixes:<\/h2>\n
\n
\nFixed an issue when editing maintenance plans with Sql Authentication where “Notify Operator Task” was failing when using SQL authentication.<\/li>\n
\nFixed an issue where PostProcess actions in SMO lead to resource exhaustion and SQL login failures.<\/li>\n
\nFixed an issue where Table.Alter() fails if adding a column with a default constraint and the table already has data. More details available here<\/a>.<\/li>\n
\nFixed an issue (in DacFx) which was causing a lock timeout error when enabling Always Encrypted on a partitioned table.<\/li>\n<\/ul>\nCall to action<\/h2>\n