Skip to content

Commit edb044d

Browse files
authored
Merge pull request #229868 from rwestMSFT/rw-0308-dms-update-metadata
[BULK] Change owner and update metadata for DMS articles
2 parents bf4ba3a + 2b5d555 commit edb044d

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

articles/dms/faq.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
services: database-migration
66
author: croblesm
77
ms.author: roblescarlos
8-
manager: craigg
98
ms.reviewer: craigg
109
ms.service: dms
1110
ms.workload: data-services

articles/dms/includes/sql-database-limitations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: MashaMSFT
2+
author: croblesm
3+
ms.author: roblescarlos
4+
ms.date: 01/25/2023
35
ms.service: dms
46
ms.topic: include
5-
ms.date: 01/25/2023
6-
ms.author: mathoma
77
---
88

99
Azure SQL Database offline migration utilizes Azure Data Factory (ADF) pipelines for data movement and thus abides by ADF limitations. A corresponding ADF is created when a database migration service is also created. Thus factory limits apply per service.
@@ -17,4 +17,4 @@ Azure SQL Database offline migration utilizes Azure Data Factory (ADF) pipelines
1717
- Tables with large blob columns may fail to migrate due to timeout.
1818
- Database names with SQL Server reserved are currently not supported.
1919
- Database names that include semicolons are currently not supported.
20-
- Computed columns do not get migrated.
20+
- Computed columns do not get migrated.

articles/dms/includes/sql-managed-instance-limitations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: MashaMSFT
2+
author: croblesm
3+
ms.author: roblescarlos
4+
ms.date: 12/19/2022
35
ms.service: dms
46
ms.topic: include
5-
ms.date: 12/19/2022
6-
ms.author: mathoma
77
---
88

99
- If migrating a single database, the database backups must be placed in a flat-file structure inside a database folder (including the container root folder), and the folders can't be nested, as it's not supported.
@@ -16,4 +16,4 @@ ms.author: mathoma
1616
- SSIS packages
1717
- Server audit
1818
- You can't use an existing self-hosted integration runtime created from Azure Data Factory for database migrations with DMS. Initially, the self-hosted integration runtime should be created using the Azure SQL migration extension in Azure Data Studio and can be reused for further database migrations.
19-
- A single LRS job (created by DMS) can run for a maximum of 30 days. When this period expires, the job is automatically canceled thus your target database gets automatically deleted.
19+
- A single LRS job (created by DMS) can run for a maximum of 30 days. When this period expires, the job is automatically canceled thus your target database gets automatically deleted.

articles/dms/includes/sql-virtual-machines-limitations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: MashaMSFT
2+
author: croblesm
3+
ms.author: roblescarlos
4+
ms.date: 01/25/2023
35
ms.service: dms
46
ms.topic: include
5-
ms.date: 01/25/2023
6-
ms.author: mathoma
77
---
88

99
- If migrating a single database, the database backups must be placed in a flat-file structure inside a database folder (including container root folder), and the folders can't be nested, as it's not supported.

0 commit comments

Comments
 (0)