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: data-migration/sql-server/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
@@ -40,12 +40,12 @@ This article provides a list of the rules used to assess the feasibility of migr
40
40
|`MIDatabaseSize`| Database | Issue |[Azure SQL Managed Instance doesn't support database size greater than 16 TB.](#MIDatabaseSize)|
41
41
|`MIHeterogeneousMSDTCTransactSQL`| Database | Issue |[BEGIN DISTRIBUTED TRANSACTION with non-SQL Server remote server isn't supported in Azure SQL Managed Instance.](#MIHeterogeneousMSDTCTransactSQL)|
42
42
|`MIHomogeneousMSDTCTransactSQL`| Database | Issue |[BEGIN DISTRIBUTED TRANSACTION is supported across multiple servers for Azure SQL Managed Instance.](#MIHomogeneousMSDTCTransactSQL)|
43
-
|`MIInstanceSize`| Instance | Warning |[Maximum instance storage size in Azure SQL Managed Instance can't be greater than 8 TB.](#MIInstanceSize)|
43
+
|`MIInstanceSize`| Instance | Warning |[Maximum instance storage size in Azure SQL Managed Instance can't be greater than 32 TB.](#MIInstanceSize)|
44
44
|`MultipleLogFiles`| Database | Issue |[Azure SQL Managed Instance doesn't support databases with multiple log files.](#MultipleLogFiles<)|
45
45
|`NextColumn`| Database | Issue |[Tables and Columns named NEXT lead to an error In Azure SQL Managed Instance.](#NextColumn)|
46
46
|`NonANSILeftOuterJoinSyntax`| Database | Warning |[Non-ANSI style left outer join is no longer supported and has been removed.](#NonANSILeftOuterJoinSyntax)|
47
47
|`NonANSIRightOuterJoinSyntax`| Database | Warning |[Non-ANSI style right outer join is no longer supported and has been removed.](#NonANSIRightOuterJoinSyntax)|
48
-
|`NumDbExceeds100`| Instance | Warning |[Azure SQL Managed Instance supports a maximum of 100 databases per instance.](#NumDbExceeds100)|
48
+
|`NumDbExceeds100`| Instance | Warning |[Azure SQL Managed Instance supports a maximum of 500 databases per instance.](#NumDbExceeds100)|
49
49
|`OpenRowsetWithNonBlobDataSourceBulk`| Database | Issue |[OpenRowSet used in bulk operation with non-Azure blob storage data source isn't supported in Azure SQL Managed Instance.](#OpenRowsetWithNonBlobDataSourceBulk)|
50
50
|`OpenRowsetWithNonSQLProvider`| Database | Issue |[OpenRowSet with non-SQL provider isn't supported in Azure SQL Managed Instance.](#OpenRowsetWithNonSQLProvider)|
**Title: Azure SQL Managed Instance supports a maximum of 100 databases per instance.**
378
+
**Title: Azure SQL Managed Instance supports a maximum of 500 databases per instance.**
379
379
**Category**: Warning
380
380
381
381
**Description**
382
-
Maximum number of databases supported in Azure SQL Managed Instance is 100, unless the instance storage size limit has been reached.
382
+
Maximum number of databases supported in Azure SQL Managed Instance is 500, unless the instance storage size limit has been reached.
383
383
384
384
**Recommendation**
385
385
Consider migrating the databases to different Azure SQL Managed Instances or to SQL Server on Azure Virtual Machines if all the databases must exist on the same instance.
0 commit comments