Skip to content

Commit 78df703

Browse files
authored
Merge pull request #19944 from niko-neugebauer/dbcc-fix
DBCC support for SQL MI
2 parents b0defa3 + b37376b commit 78df703

23 files changed

Lines changed: 25 additions & 23 deletions

docs/t-sql/database-console-commands/dbcc-checkalloc-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.author: umajay
3131

3232
# DBCC CHECKALLOC (Transact-SQL)
3333

34-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
34+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3535

3636
Checks the consistency of disk space allocation structures for a specified database.
3737

docs/t-sql/database-console-commands/dbcc-checkcatalog-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ author: pmasl
2626
ms.author: umajay
2727
---
2828
# DBCC CHECKCATALOG (Transact-SQL)
29-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
29+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3030

3131
Checks for catalog consistency within the specified database. The database must be online.
3232

docs/t-sql/database-console-commands/dbcc-checkconstraints-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: umajay
2828

2929
# DBCC CHECKCONSTRAINTS (Transact-SQL)
3030

31-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
31+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3232

3333
Checks the integrity of a specified constraint or all constraints on a specified table in the current database.
3434

docs/t-sql/database-console-commands/dbcc-checkdb-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ author: pmasl
3737
ms.author: umajay
3838
---
3939
# DBCC CHECKDB (Transact-SQL)
40-
[!INCLUDE [SQL Server Azure SQL Database ](../../includes/applies-to-version/sql-asdb.md)]
40+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
4141

4242
Checks the logical and physical integrity of all the objects in the specified database by performing the following operations:
4343

docs/t-sql/database-console-commands/dbcc-checkfilegroup-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ author: pmasl
2828
ms.author: umajay
2929
---
3030
# DBCC CHECKFILEGROUP (Transact-SQL)
31-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
31+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3232
Checks the allocation and structural integrity of all tables and indexed views in the specified filegroup of the current database.
3333
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3434

docs/t-sql/database-console-commands/dbcc-checktable-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ author: pmasl
2929
ms.author: umajay
3030
---
3131
# DBCC CHECKTABLE (Transact-SQL)
32-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
32+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3333

3434
Checks the integrity of all the pages and structures that make up the table or indexed view.
3535

docs/t-sql/database-console-commands/dbcc-cleantable-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.author: umajay
3131

3232
# DBCC CLEANTABLE (Transact-SQL)
3333

34-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
34+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3535
Reclaims space from dropped variable-length columns in tables or indexed views.
3636
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3737

docs/t-sql/database-console-commands/dbcc-dbreindex-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ author: pmasl
2525
ms.author: umajay
2626
---
2727
# DBCC DBREINDEX (Transact-SQL)
28-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
28+
[!INCLUDE [SQL Server Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdbmi.md)]
2929
Rebuilds one or more indexes for a table in the specified database.
3030

3131
> [!IMPORTANT]

docs/t-sql/database-console-commands/dbcc-freesessioncache-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ author: pmasl
2525
ms.author: umajay
2626
---
2727
# DBCC FREESESSIONCACHE (Transact-SQL)
28-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
28+
[!INCLUDE [SQL Server Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdbmi.md)]
2929

3030
Flushes the distributed query connection cache used by distributed queries against an instance of [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
3131

docs/t-sql/database-console-commands/dbcc-freesystemcache-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ author: pmasl
2727
ms.author: umajay
2828
---
2929
# DBCC FREESYSTEMCACHE (Transact-SQL)
30-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
30+
[!INCLUDE [SQL Server SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3131

3232
Releases all unused cache entries from all caches. The [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] proactively cleans up unused cache entries in the background to make memory available for current entries. However, you can use this command to manually remove unused entries from every cache or from a specified Resource Governor pool cache.
3333

0 commit comments

Comments
 (0)