How to Enable, Disable or Check SQL Server Trace Flags?
Trace flags are used to gather in-depth information about certain logs during some transactions. We use DBCC commands to enable…
Trace flags are used to gather in-depth information about certain logs during some transactions. We use DBCC commands to enable…
DBCC SQLPERF is very useful command that we use to get multiple statistics related information in SQL Server. This command…
Should we clear or reset Performance Wait Statistics Data present in DMV sys.dm_os_wait_stats in SQL Server? The answer to this question is depends…
Last week, I had a requirement to check the row counts of all the tables present in a database. I…
Last week, I had a requirement to check the row count of all tables having a specific schema of databases.…