
DBCC (Transact-SQL) - SQL Server | Microsoft Learn
Dec 6, 2022 · The Transact-SQL programming language provides DBCC statements that act as Database Console Commands for SQL Server.
DBCC CHECKDB (Transact-SQL) - SQL Server | Microsoft Learn
Dec 18, 2024 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance. Checks the logical and physical integrity of all the objects in the specified database by …
DBCC CHECKIDENT (Transact-SQL) - SQL Server | Microsoft Learn
Sep 3, 2024 · Checks the current identity value for the specified table in SQL Server and, if needed, changes the identity value. You can also use DBCC CHECKIDENT to manually set a …
DBCC CHECKTABLE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 3, 2024 · DBCC CHECKTABLE uses an internal database snapshot to provide the transactional consistency that it must have to perform these checks. For more information, see …
DBCC (Transact-SQL) - SQL Server | Microsoft Learn
Jan 2, 2025 · Transact-SQL プログラミング言語には、SQL Server のデータベース コンソール コマンドとして機能する DBCC ステートメントが用意されています。
DBCC FREEPROCCACHE (Transact-SQL) - SQL Server | Microsoft …
Sep 3, 2024 · In Azure SQL Database, DBCC FREEPROCCACHE acts on the database engine instance hosting the current database or elastic pool. Executing DBCC FREEPROCCACHE in …
Trace flags (Transact-SQL) - SQL Server | Microsoft Learn
Jan 16, 2025 · Learn how to set specific server characteristics or to alter a particular behavior in SQL Server, using DBCC TRACEON.
DBCC CLONEDATABASE (Transact-SQL) - SQL Server | Microsoft …
Sep 3, 2024 · Starting with SQL Server 2019 (15.x), DBCC CLONEDATABASE automatically captures the stats blobs for columnstore indexes, so no manual steps are required. DBCC …
DBCC TRACEON (Transact-SQL) - SQL Server | Microsoft Learn
Sep 3, 2024 · Trace flags are used to customize certain characteristics by controlling how SQL Server operates. Trace flags, after they are enabled, remain enabled in the server until …
DBCC CLEANTABLE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 3, 2024 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance. Reclaims space from dropped variable-length columns in tables or indexed views. Transact …