Skip to content

Commit d5081e7

Browse files
authored
SSDT Preview Release 16.6 Preview 2
1 parent 40e8b80 commit d5081e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 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: 2/4/2020
8+
ms.date: 3/26/2020
99
author: anumjs
1010
ms.author: anjangsh
1111
ms.reviewer: jrasnick
@@ -35,11 +35,17 @@ Use the version identified to confirm which release has been applied to your SQL
3535
> SELECT SERVERPROPERTY('EngineEdition')
3636
> ```
3737
38+
## March 2020
39+
40+
| Service improvements | Details |
41+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
42+
| **[Visual Studio 16.6 Preview 2](https://docs.microsoft.com/visualstudio/releases/2019/release-notes-preview) - SQL Server Data Tools (SSDT)** | This release includes the following improvements and fixes: </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 |
43+
3844
## February 2020
3945
4046
| Service improvements | Details |
4147
| --- | --- |
42-
|**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 SQL Analytics engine. For more information, see [sys.database_scoped_configurations](/sql/relational-databases/system-catalog-views/sys-database-scoped-configurations-transact-sql?view=azure-sqldw-latest&branch=pr-en-us-13797) and [Alter Database Scoped Configuration](/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql?view=sql-server-ver15).|
48+
|**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 SQL Analytics engine. For more information, see [sys.database_scoped_configurations](/sql/relational-databases/system-catalog-views/sys-database-scoped-configurations-transact-sql?view=azure-sqldw-latest&branch=pr-en-us-13797) and [Alter Database Scoped Configuration](/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql?view=sql-server-ver15). |
4349
|**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?view=sql-server-ver15).|
4450
4551
## January 2020

0 commit comments

Comments
 (0)