Tuesday, May 28, 2024

DBCC (Database Console Command)


The Transact-SQL programming language provides DBCC statements that act as Database Console Commands for SQL Server.

Database Console Command statements are grouped into the following categories.

Informational statements

No comments:

Post a Comment

Backup types in SQL server

1) full  2) differential 3) tlog 4) tail log --for full backup   its include entire backup of your database.  query= backup database DB_name...