Skip to content

Commit 09ee4de

Browse files
committed
Merge branch 'main' into release-arc-data
2 parents 5e2cb13 + 25b896a commit 09ee4de

424 files changed

Lines changed: 2074 additions & 1110 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41325,6 +41325,11 @@
4132541325
"redirect_url": "/sql/dma/dma-consolidatereports",
4132641326
"redirect_document_id": false
4132741327
},
41328+
{
41329+
"source_path": "docs/sql-server/azure-arc/connect-at-scale-autodeploy.md",
41330+
"redirect_url": "/sql/sql-server/azure-arc/manage-autodeploy",
41331+
"redirect_document_id": false
41332+
},
4132841333
{
4132941334
"source_path": "docs/sql-server/azure-arc/quick-enabled-sql-server.md",
4133041335
"redirect_url": "/sql/sql-server/azure-arc/automatically-connect",

azure-sql/database/database-import-export-azure-services-off.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.date: 01/08/2020
88
ms.service: sql-database
99
ms.subservice: migration
1010
ms.topic: how-to
11-
ms.custom: sqldbrb=1
11+
ms.custom:
12+
- sqldbrb=1
13+
- sql-migration-content
1214
---
1315
# Import or export an Azure SQL Database without allowing Azure services to access the server
1416
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]

azure-sql/database/database-import-export-private-link.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.date: 12/22/2022
88
ms.service: sql-database
99
ms.subservice: migration
1010
ms.topic: how-to
11-
ms.custom: sqldbrb=1
11+
ms.custom:
12+
- sqldbrb=1
13+
- sql-migration-content
1214
---
1315
# Import or export an Azure SQL Database using private link
1416

azure-sql/database/database-import.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create a new database in Azure SQL Database or Azure SQL Managed In
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: jeschult, mathoma
7-
ms.date: 08/25/2023
7+
ms.date: 10/05/2023
88
ms.service: sql-db-mi
99
ms.subservice: backup-restore
1010
ms.topic: quickstart
@@ -124,6 +124,9 @@ while ($importStatus.Status -eq "InProgress") {
124124
$importStatus
125125
```
126126

127+
> [!TIP]
128+
> For another script example, see [Import a database from a BACPAC file](scripts/import-from-bacpac-powershell.md).
129+
127130
# [Azure CLI](#tab/azure-cli)
128131

129132
Use the [az-sql-db-import](/cli/azure/sql/db#az-sql-db-import) command to submit an import database request to Azure. Depending on database size, the import may take some time to complete. The DTU based provisioning model supports select database max size values for each tier. When importing a database [use one of these supported values](/sql/t-sql/statements/create-database-transact-sql).
@@ -138,8 +141,7 @@ az sql db import --resource-group "<resourceGroup>" --server "<server>" --name "
138141
-u "<userId>" -p "<password>"
139142
```
140143

141-
> [!TIP]
142-
> For another script example, see [Import a database from a BACPAC file](scripts/import-from-bacpac-powershell.md).
144+
---
143145

144146
## Cancel the import request
145147

@@ -177,7 +179,7 @@ You can also use these wizards.
177179
- [Import Data-tier Application Wizard in SQL Server Management Studio](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database#using-the-import-data-tier-application-wizard).
178180
- [SQL Server Import and Export Wizard](/sql/integration-services/import-export-data/start-the-sql-server-import-and-export-wizard).
179181

180-
## Next steps
182+
## Related content
181183

182184
- To learn how to connect to and query Azure SQL Database from Azure Data Studio, see [Quickstart: Use Azure Data Studio to connect and query Azure SQL Database](/sql/azure-data-studio/quickstart-sql-database).
183185
- To learn how to connect to and query a database in Azure SQL Database, see [Quickstart: Azure SQL Database: Use SQL Server Management Studio to connect to and query data](connect-query-ssms.md).

azure-sql/database/manage-data-after-migrating-to-database.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ ms.date: 02/13/2019
99
ms.service: sql-database
1010
ms.subservice: migration
1111
ms.topic: conceptual
12-
ms.custom: sqldbrb=1
12+
ms.custom:
13+
- sqldbrb=1
14+
- sql-migration-content
1315
---
1416
# New DBA in the cloud – Managing Azure SQL Database after migration
1517
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]

azure-sql/database/migrate-sqlite-db-to-azure-sql-serverless-offline-tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.date: 08/11/2022
88
ms.service: sql-database
99
ms.subservice: migration
1010
ms.topic: tutorial
11-
ms.custom: sqldbrb=1
11+
ms.custom:
12+
- sqldbrb=1
13+
- sql-migration-content
1214
---
1315

1416
# How to migrate your SQLite database to Azure SQL Database serverless

azure-sql/database/service-tiers-sql-database-vcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ Standard-series (Gen5) hardware is available in all public regions worldwide.
286286
Hyperscale service tier premium-series and premium-series memory optimized hardware is available in the following regions:
287287

288288
- Australia East
289-
- Canada Central (including [zone redundancy](high-availability-sla.md#zone-redundant-availability)
289+
- Canada Central (including [zone redundancy](high-availability-sla.md#zone-redundant-availability))
290290
- Central India
291291
- Central US
292292
- East Asia
293-
- East US (including [zone redundancy](high-availability-sla.md#zone-redundant-availability)
293+
- East US (including [zone redundancy](high-availability-sla.md#zone-redundant-availability))
294294
- East US 2
295295
- Japan East
296296
- Japan West*

azure-sql/database/transact-sql-tsql-differences-sql-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.date: 06/17/2021
88
ms.service: sql-database
99
ms.subservice: migration
1010
ms.topic: reference
11-
ms.custom: sqldbrb=1
11+
ms.custom:
12+
- sqldbrb=1
13+
- sql-migration-content
1214
---
1315
# T-SQL differences between SQL Server and Azure SQL Database
1416

0 commit comments

Comments
 (0)