# SQL Server: DBCC

- [DBCC](https://blogs.nhquydev.net/sql-server/sql-server-dbcc/dbcc.md): DBCC - Database console commands | https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/database-console-commands?view=sql-server-ver16
- [DBCC SHOW\_STATISTICS](https://blogs.nhquydev.net/sql-server/sql-server-dbcc/dbcc-show_statistics.md)
- [DBCC SHRINKDATABASE](https://blogs.nhquydev.net/sql-server/sql-server-dbcc/dbcc-shrinkdatabase.md): https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-shrinkdatabase-transact-sql?view=sql-server-ver16
- [DBCC SHRINKFILE](https://blogs.nhquydev.net/sql-server/sql-server-dbcc/dbcc-shrinkfile.md): https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-shrinkfile-transact-sql?view=sql-server-ver16
- [DBCC SQLPERF](https://blogs.nhquydev.net/sql-server/sql-server-dbcc/dbcc-sqlperf.md): Lệnh DBCC SQLPERF(LOGSPACE) trong SQL Server được sử dụng để cung cấp thông tin về trạng thái và không gian sử dụng của Transaction Log cho tất cả các cơ sở dữ liệu trong instance SQL Server.
- [DBCC FREEPROCCACHE](https://blogs.nhquydev.net/sql-server/sql-server-dbcc/dbcc-freeproccache.md): DBCC FREEPROCCACHE: Cách hoạt động và Ứng dụng trong SQL Server


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blogs.nhquydev.net/sql-server/sql-server-dbcc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
