Skip to content

Commit b941be1

Browse files
authored
SSDT Preview 5 update
1 parent d116c05 commit b941be1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: synapse-analytics
55
ms.service: synapse-analytics
66
ms.topic: conceptual
77
ms.subservice:
8-
ms.date: 3/26/2020
8+
ms.date: 4/30/2020
99
author: anumjs
1010
ms.author: anjangsh
1111
ms.reviewer: jrasnick
@@ -46,11 +46,15 @@ For tooling improvements, make sure you have the correct version installed speci
4646
|**Database compatibility level (Preview)**| With this release, users can now set a database's compatibility level to get the Transact-SQL language and query processing behaviors of a specific version of the Synapse SQL engine. For more information, see [sys.database_scoped_configurations](/sql/relational-databases/system-catalog-views/sys-database-scoped-configurations-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) and [Alter Database Scoped Configuration](/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest).|
4747
|**Sp_describe_undeclared_parameters**| Allow users to see the metadata about undeclared parameters in a Transact-SQL batch. For more information, see [sp_describe_undeclared_parameters](/sql/relational-databases/system-stored-procedures/sp-describe-undeclared-parameters-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest).|
4848
49+
| Tooling improvements | Details |
50+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
51+
| **[Visual Studio 16.6 Preview 5](https://docs.microsoft.com/visualstudio/releases/2019/release-notes-preview#--visual-studio-2019-version-166-preview-5-) - SQL Server Data Tools (SSDT)** | This release includes the following improvements for SSDT: </br> </br> - Data Discovery and Classification<br/> - COPY statement <br/> - Tables with unique constraints<br/> - Tables with an ordered Clustered Columnstore Index<br/> <br/>This release includes the following fixes for SSDT: </br></br> - When changing the distribution column data type, the update script generated by SSDT will perform a CTAS and RENAME operation instead of dropping and recreating the table. </br> |
52+
4953
## March 2020
5054
5155
| Tooling improvements | Details |
5256
| ------------------------------------------------------------ | ------------------------------------------------------------ |
53-
| **[Visual Studio 16.6 Preview 2](/visualstudio/releases/2019/release-notes-preview) - SQL Server Data Tools (SSDT)** | This release includes the following improvements and fixes for SSDT: </br> </br> - Resolved an issue where changing a Table referenced by a Materialized View (MV) causes Alter View statements to be generated which is not supported for MVs<br/><br/> - Implemented a change to ensure the Schema Compare operation does not fail when Row-Level Security objects are present in the database or project. Row-level security objects is currently not supported for SSDT. <br/><br/> - SQL Server Object Explorer timeout threshold has been increased to avoid timeouts when listing a large number of objects in the database<br/><br/> - Optimized the way SQL Server Object Explorer retrieves the list of database objects to reduce instability and increase performance when populating the object explorer |
57+
| **[Visual Studio 16.6 Preview 2](https://docs.microsoft.com/visualstudio/releases/2019/release-notes-preview#whats-new-in-visual-studio-2019) - SQL Server Data Tools (SSDT)** | This release includes the following improvements and fixes for SSDT: </br> </br> - Resolved an issue where changing a Table referenced by a Materialized View (MV) causes Alter View statements to be generated which is not supported for MVs<br/><br/> - Implemented a change to ensure the Schema Compare operation does not fail when Row-Level Security objects are present in the database or project. Row-level security objects is currently not supported for SSDT. <br/><br/> - SQL Server Object Explorer timeout threshold has been increased to avoid timeouts when listing a large number of objects in the database<br/><br/> - Optimized the way SQL Server Object Explorer retrieves the list of database objects to reduce instability and increase performance when populating the object explorer |
5458
5559
## January 2020
5660

0 commit comments

Comments
 (0)