Skip to content

Commit 3bd35ca

Browse files
Merge pull request #36586 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-09 18:30 UTC
2 parents 9e4e258 + 5a743e5 commit 3bd35ca

8 files changed

Lines changed: 17 additions & 222 deletions

.openpublishing.redirection.azure-data-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,11 @@
899899
"source_path": "docs/sql-operations-studio/what-is.md",
900900
"redirect_url": "/azure-data-studio/what-is-azure-data-studio",
901901
"redirect_document_id": false
902+
},
903+
{
904+
"source_path": "docs/relational-databases/security/encryption/always-encrypted-query-columns-ads.md",
905+
"redirect_url": "/sql/relational-databases/security/encryption/always-encrypted-query-columns-ssms",
906+
"redirect_document_id": false
902907
}
903908
]
904909
}

docs/relational-databases/database-lifecycle-management.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use database lifecycle management in SQL Server to man
44
author: MashaMSFT
55
ms.author: mathoma
66
ms.reviewer: randolphwest
7-
ms.date: 03/11/2025
7+
ms.date: 02/06/2026
88
ms.service: sql
99
ms.subservice: supportability
1010
ms.topic: concept-article
@@ -31,7 +31,7 @@ helpviewer_keywords:
3131
- "Database connectivity"
3232
monikerRange: "=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb"
3333
---
34-
# Database Lifecycle Management
34+
# Database lifecycle management
3535

3636
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB](../includes/applies-to-version/sql-asdb-asdbmi-fabricsqldb.md)]
3737

@@ -45,8 +45,8 @@ For tools, tutorials, and more information, see the following articles:
4545

4646
- [SQL database projects](../tools/sql-database-projects/sql-database-projects.md)
4747
- [Install SQL Server Data Tools (SSDT) for Visual Studio](../ssdt/download-sql-server-data-tools-ssdt.md)
48-
- [Azure SQL Database Projects extension](/azure-data-studio/extensions/sql-database-project-extension)
49-
- [Getting started with the SQL Database Projects extension](/azure-data-studio/extensions/sql-database-project-extension-getting-started)
48+
- [SQL Database Projects extension](../tools/visual-studio-code-extensions/sql-database-projects/sql-database-projects-extension.md)
49+
- [Get started with the SQL Database Projects extension](../tools/visual-studio-code-extensions/sql-database-projects/getting-started-sql-database-projects-extension.md)
5050

5151
**SqlPackage**
5252

@@ -70,4 +70,3 @@ For tools, tutorials, and more information, see the following articles:
7070
## Related content
7171

7272
- [Microsoft Modern Lifecycle Policy](/lifecycle/policies/modern)
73-

docs/relational-databases/errors-events/mssqlserver-35250-database-engine-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ helpviewer_keywords:
2424
| Event Source | MSSQLSERVER |
2525
| Component | SQLEngine |
2626
| Symbolic Name | HADR_PRIMARYNOTACTIVE |
27-
| Message Text | The connection to the primary replica isn't active. The command can't be processed. |
27+
| Message Text | The connection to the primary replica is not active. The command cannot be processed. |
2828

2929
## Explanation
3030

docs/relational-databases/performance/query-store-usage-scenarios.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,8 @@ Plan after missing index creation (plan_id = 15, below) now has Index Seek (Non
110110

111111
Based on analysis you would likely keep the index as query performance has been improved.
112112

113-
## <a name="CEUpgrade"></a> Keep performance stability during the upgrade to newer [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
114-
Prior to [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)], users were exposed to the risk of performance regression during the upgrade to the latest platform version. The reason for that was the fact that latest version of Query Optimizer became active immediately once new bits are installed.
115-
116-
Starting with [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] all Query Optimizer changes are tied to the latest [database compatibility level](../../relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md), so plans are not changed right at point of upgrade but rather when a user changes the `COMPATIBILITY_LEVEL` to the latest one. This capability, in combination with Query Store gives you a great level of control over the query performance in the upgrade process. Recommended upgrade workflow is shown in the following picture:
113+
## <a name="CEUpgrade"></a> Keep performance stability during upgrade
114+
Query Optimizer changes are tied to the latest [database compatibility level](../../relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md), so plans are not changed right at point of upgrade but rather when a user changes the `COMPATIBILITY_LEVEL` to the latest one. This capability, in combination with Query Store gives you a great level of control over the query performance in the upgrade process. Recommended upgrade workflow is shown in the following picture:
117115

118116
![Diagram showing the recommended upgrade workflow.](../../relational-databases/performance/media/query-store-usage-5.png "query-store-usage-5")
119117

docs/relational-databases/security/encryption/always-encrypted-query-columns-ads.md

Lines changed: 0 additions & 207 deletions
This file was deleted.

docs/ssdt/download-sql-server-data-tools-ssdt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn about SQL Server Data Tools (SSDT). See how to install this
44
author: dzsquared
55
ms.author: drskwier
66
ms.reviewer: randolphwest
7-
ms.date: 12/03/2025
7+
ms.date: 02/06/2026
88
ms.service: sql
99
ms.subservice: ssdt
1010
ms.topic: install-set-up-deploy
@@ -149,7 +149,7 @@ To download and install SSDT for Visual Studio 2017, or an older version of SSDT
149149

150150
- [SSDT Team Blog](/archive/blogs/ssdt/)
151151
- [DACFx API Reference](/dotnet/api/microsoft.sqlserver.dac)
152-
- [SQL Database Projects extension](/azure-data-studio/extensions/sql-database-project-extension)
152+
- [SQL Database Projects extension](../tools/visual-studio-code-extensions/sql-database-projects/sql-database-projects-extension.md)
153153
- [What are SQL database projects?](../tools/sql-database-projects/sql-database-projects.md)
154154
- [SSIS How to Create an ETL Package](../integration-services/ssis-how-to-create-an-etl-package.md)
155155
- [Analysis Services tutorials](/analysis-services/analysis-services-tutorials-ssas)

docs/t-sql/statements/create-database-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create database syntax for SQL Server and all SQL Database Engine p
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: wiassaf, dnethi, randolphwest
7-
ms.date: 10/01/2025
7+
ms.date: 02/06/2026
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -1479,7 +1479,7 @@ CREATE DATABASE MyLedgerDB
14791479
In Azure Synapse, this statement can be used with an Azure SQL Database server to create a dedicated SQL pool. With this statement, you specify the database name, collation, maximum size, edition, and service objective.
14801480

14811481
- `CREATE DATABASE` is supported for standalone dedicated SQL pools (formerly SQL DW) using Gen2 service levels.
1482-
- `CREATE DATABASE` isn't supported for dedicated SQL pools in an Azure Synapse Analytics workspace. Instead, [use the Azure portal](/azure-data-studio/quickstart-sql-dw).
1482+
- `CREATE DATABASE` isn't supported for dedicated SQL pools in an Azure Synapse Analytics workspace. Instead, use the Azure portal.
14831483
- `CREATE DATABASE` is supported for serverless SQL pools in Azure Synapse Analytics.
14841484

14851485
## Syntax

docs/tools/overview-sql-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: SQL query and management tools for SQL Server, Azure SQL (Azure SQL
44
author: rwestMSFT
55
ms.author: randolphwest
66
ms.reviewer: erinstellato, iqrashaikh, mbarickman, drskwier, roblescarlos
7-
ms.date: 10/28/2025
7+
ms.date: 02/06/2026
88
ms.service: sql
99
ms.subservice: tools-other
1010
ms.topic: overview

0 commit comments

Comments
 (0)