You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/migration-guides/managed-instance/sql-server-to-sql-managed-instance-assessment-rules.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ This article provides a list of the rules used to assess the feasibility of migr
36
36
| FileStream | Database | Issue |[Filestream and Filetable are not supported in Azure SQL Managed Instance.](#FileStream)|
37
37
| LinkedServerWithNonSQLProvider | Database | Issue |[Linked server with non-SQL Server Provider isn't supported in Azure SQL Managed Instance.](#LinkedServerWithNonSQLProvider)|
| MIDatabaseSize | Database | Issue |[Azure SQL Managed Instance does not support database size greater than 8 TB.](#MIDatabaseSize)|
39
+
| MIDatabaseSize | Database | Issue |[Azure SQL Managed Instance does not support database size greater than 8 TB.](#MIDatabaseSize<)|
40
40
| MIHeterogeneousMSDTCTransactSQL | Database | Issue |[BEGIN DISTRIBUTED TRANSACTION with non-SQL Server remote server isn't supported in Azure SQL Managed Instance.](#MIHeterogeneousMSDTCTransactSQL)|
41
41
| MIHomogeneousMSDTCTransactSQL | Database | Issue |[BEGIN DISTRIBUTED TRANSACTION is supported across multiple servers for Azure SQL Managed Instance.](#MIHomogeneousMSDTCTransactSQL)|
42
-
| MIInstanceSize | Instance | Warning |[Maximum instance storage size in Azure SQL Managed Instance cannot be greater than 8 TB.](#MIInstanceSize)|
43
-
| MultipleLogFiles | Database | Issue |[Azure SQL Managed Instance does not support databases with multiple log files.](#MultipleLogFiles)|
42
+
| MIInstanceSize | Instance | Warning |[Maximum instance storage size in Azure SQL Managed Instance cannot be greater than 8 TB.](#MIInstanceSize<)|
43
+
| MultipleLogFiles | Database | Issue |[Azure SQL Managed Instance does not support databases with multiple log files.](#MultipleLogFiles<)|
44
44
| NextColumn | Database | Issue |[Tables and Columns named NEXT will lead to an error In Azure SQL Managed Instance.](#NextColumn)|
45
45
| NonANSILeftOuterJoinSyntax | Database | Warning |[Non-ANSI style left outer join is no longer supported and has been removed.](#NonANSILeftOuterJoinSyntax)|
46
46
| NonANSIRightOuterJoinSyntax | Database | Warning |[Non-ANSI style right outer join is no longer supported and has been removed.](#NonANSIRightOuterJoinSyntax)|
@@ -302,7 +302,7 @@ Review impacted objects section in Azure Migrate to see all jobs using Merge job
302
302
More information: [SQL Server Agent differences in Azure SQL Managed Instance ](../../managed-instance/transact-sql-tsql-differences-sql-server.md#sql-server-agent)
303
303
304
304
305
-
## MI database size<aid="MIDatabaseSize"></a>
305
+
## MI database size<aid="MIDatabaseSize<"></a>
306
306
307
307
**Title: Azure SQL Managed Instance does not support database size greater than 8 TB.**
308
308
**Category**: Issue
@@ -318,7 +318,7 @@ More information: [Hardware generation characteristics of Azure SQL Managed Inst
318
318
319
319
320
320
321
-
## MI instance size<aid="MIInstanceSize"></a>
321
+
## MI instance size<aid="MIInstanceSize<"></a>
322
322
323
323
**Title: Maximum instance storage size in Azure SQL Managed Instance cannot be greater than 8 TB.**
324
324
**Category**: Warning
@@ -333,7 +333,7 @@ Consider migrating the databases to different Azure SQL Managed Instances or to
333
333
More information: [Hardware generation characteristics of Azure SQL Managed Instance ](../../managed-instance/resource-limits.md#hardware-generation-characteristics)
0 commit comments