Identify When your SQL Database Was Last Used – SQL Server
Database servers are used for storing vast amounts of data. It is essential to know when any user last used...
117 articles
Database servers are used for storing vast amounts of data. It is essential to know when any user last used...
Want to know how to convert a Unix timestamp to a SQL Server timestamp or vice-a-versa? This article shows you...
Did you face the error – VIEW SERVER STATE permission was denied on object ‘server’, database ‘master’ while executing the...
Many SQL Server DBAs manage jobs through the SSMS GUI and do not know about the underlying T-SQL scripts being...
Here is a SQL Server script that will get you the database backup history for a server. It is a...
This blog post is about the conversion between implicit and explicit conversion within SQL Server. Introduction The query performance issues...
Learn about SQL Server key lookup performance and how to improve the performance of key lookup queries. One of the...
SQL Server has a built-in function to round numbers up or down. Learn how to use this function to round...
The identity column uniquely identifies a row in SQL Server. You can have only one identity column per table. Define...
This article describes the steps to troubleshoot high CPU utilization in SQL Server. If you are experiencing high CPU utilization...