Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b9761c0

Browse files
authored
Update dbcc-checkcatalog-transact-sql.md
1 parent 31047d6 commit b9761c0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ ms.workload: "On Demand"
4242
## Syntax
4343

4444
```
45-
4645
DBCC CHECKCATALOG
4746
[
4847
(
@@ -75,23 +74,23 @@ DBCC CHECKCATALOG performs various consistency checks between system metadata ta
7574
If a snapshot cannot be created DBCC CHECKCATALOG acquires an exclusive database lock to obtain the required consistency. If any inconsistencies are detected, they cannot be repaired and the database must be restored from a backup.
7675

7776
> [!NOTE]
78-
> Running DBCC CHECKCATALOG against **tempdb** does not perform any checks. This is because, for performance reasons, database snapshots are not available on **tempdb**. This means that the required transactional consistency cannot be obtained. Recycle the server to resolve any **tempdb** metadata issues.
77+
> Running DBCC CHECKCATALOG against **tempdb** does not perform any checks. This is because, for performance reasons, database snapshots are not available on **tempdb**. This means that the required transactional consistency cannot be obtained. Recycle the server to resolve any **tempdb** metadata issues.
7978
8079
> [!NOTE]
81-
> DBCC CHECKCATALOG does not check FILESTREAM data. FILESTREAM stores binary large objects (BLOBS) on the file system.
80+
> DBCC CHECKCATALOG does not check FILESTREAM data. FILESTREAM stores binary large objects (BLOBS) on the file system.
8281
8382
DBCC CHECKCATALOG is also run as part of [DBCC CHECKDB](../../t-sql/database-console-commands/dbcc-checkdb-transact-sql.md).
8483

8584
## Result Sets
8685
If no database is specified, DBCC CHECKCATALOG returns:
8786

88-
```sql
87+
```
8988
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
9089
```
9190

9291
If [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] is specified as the database name, DBCC CHECKCATALOG returns:
9392

94-
```sql
93+
```
9594
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
9695
```
9796

0 commit comments

Comments
 (0)