Skip to content

Commit c5f9949

Browse files
committed
Fix MI assessment rule documentation.
1 parent 08ee88f commit c5f9949

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

data-migration/sql-server/managed-instance/assessment-rules.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ This article provides a list of the rules used to assess the feasibility of migr
4040
| `MIDatabaseSize` | Database | Issue | [Azure SQL Managed Instance doesn't support database size greater than 16 TB.](#MIDatabaseSize) |
4141
| `MIHeterogeneousMSDTCTransactSQL` | Database | Issue | [BEGIN DISTRIBUTED TRANSACTION with non-SQL Server remote server isn't supported in Azure SQL Managed Instance.](#MIHeterogeneousMSDTCTransactSQL) |
4242
| `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) |
4444
| `MultipleLogFiles` | Database | Issue | [Azure SQL Managed Instance doesn't support databases with multiple log files.](#MultipleLogFiles<) |
4545
| `NextColumn` | Database | Issue | [Tables and Columns named NEXT lead to an error In Azure SQL Managed Instance.](#NextColumn) |
4646
| `NonANSILeftOuterJoinSyntax` | Database | Warning | [Non-ANSI style left outer join is no longer supported and has been removed.](#NonANSILeftOuterJoinSyntax) |
4747
| `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) |
4949
| `OpenRowsetWithNonBlobDataSourceBulk` | Database | Issue | [OpenRowSet used in bulk operation with non-Azure blob storage data source isn't supported in Azure SQL Managed Instance.](#OpenRowsetWithNonBlobDataSourceBulk) |
5050
| `OpenRowsetWithNonSQLProvider` | Database | Issue | [OpenRowSet with non-SQL provider isn't supported in Azure SQL Managed Instance.](#OpenRowsetWithNonSQLProvider) |
5151
| `PowerShellJob` | Instance | Warning | [PowerShell job step isn't supported in Azure SQL Managed Instance.](#PowerShellJob) |
@@ -295,7 +295,7 @@ More information: [SQL Server Agent differences in Azure SQL Managed Instance](/
295295

296296
## <a id="MIDatabaseSize"></a> SQL Managed Instance database size
297297

298-
**Title: Azure SQL Managed Instance does not support database size greater than 16 TB.**
298+
**Title: Azure SQL Managed Instance does not support database size greater than 32 TB.**
299299
**Category**: Issue
300300

301301
**Description**
@@ -308,7 +308,7 @@ More information: [Hardware characteristics of Azure SQL Managed Instance](/azur
308308

309309
## <a id="MIInstanceSize"></a> SQL Managed Instance instance size
310310

311-
**Title: Maximum instance storage size in Azure SQL Managed Instance cannot be greater than 8 TB.**
311+
**Title: Maximum instance storage size in Azure SQL Managed Instance cannot be greater than 32 TB.**
312312
**Category**: Warning
313313

314314
**Description**
@@ -375,11 +375,11 @@ Use ANSI join syntax.
375375

376376
## <a id="NumDbExceeds100"></a> Databases exceed 100
377377

378-
**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.**
379379
**Category**: Warning
380380

381381
**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.
383383

384384
**Recommendation**
385385
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

Comments
 (0)