Skip to content

Commit 896b97c

Browse files
authored
Merge pull request #113143 from kevinvngo/patch-153
Adding tooling section to scale future improvements
2 parents cf53536 + 1b994e0 commit 896b97c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ This article summarizes the new features and improvements in the recent releases
2020

2121
## Check your Azure Synapse version
2222

23-
As new features are rolled out to all regions, check the version deployed to your instance and the latest release notes for feature availability. To check the version, connect to your SQL pool via SQL Server Management Studio (SSMS) and run `SELECT @@VERSION;` to return the current version.
23+
As new features are rolled out to all regions, check the version deployed to your instance and the latest release notes for feature availability. To check the version, connect to your SQL pool via SQL Server Management Studio (SSMS) and run `SELECT @@VERSION;` to return the current version. Use this version to confirm which release has been applied to your SQL pool. The date in the output identifies the month for the release applied to your SQL pool. This only applies to service-level improvements.
24+
25+
For tooling improvements, make sure you have the correct version installed specified in the release note.
2426

25-
Use the version identified to confirm which release has been applied to your SQL pool. The date in the output identifies the month for the release applied to your SQL pool.
2627

2728
> [!NOTE]
2829
> The product name returned by SELECT @@VERSION will change from Microsoft Azure SQL Data Warehouse to Azure Synapse Analytics. We will send advanced notice before the change is made. This change is relevant for customers who parse product name from the result of SELECT @@VERSION in their application code. To avoid application code changes due to product rebranding, please use these commands to query SERVERPROPERTY for the database product name and version:
@@ -36,13 +37,20 @@ Use the version identified to confirm which release has been applied to your SQL
3637
> SELECT SERVERPROPERTY('EngineEdition')
3738
> ```
3839
40+
41+
3942
## April 2020
4043
4144
| Service improvements | Details |
4245
| --- | --- |
4346
|**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).|
4447
|**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).|
45-
|**[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 |
48+
49+
## March 2020
50+
51+
| Tooling improvements | Details |
52+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
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 |
4654
4755
## January 2020
4856

0 commit comments

Comments
 (0)