T-SQL query to change the job owners for all jobs owned by a specific login
Many SQL Server DBAs manage jobs through the SSMS GUI and do not know about the underlying T-SQL scripts being...
234 articles
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...
Are you getting the following Cached MSI file missing error (Error Code 0x84B20002) while trying to do SQL Server Service...
Knowing when your SQL Server instance was last started can be helpful for various reasons. In this tip, we will...
SQL Server performance tuning has always been a tricky task. It is especially true when you’re using indexes. With clustered...