T-SQL for identifying slow-running queries on a database

Views – 2172

Read More

T-SQL to check the properties of all the databases on a server

Views – 2163

Read More

Configure Email Alerts via T-SQL

You can run the following SQL script to ensure email alerts are configured for the LSCopy and LSRestore jobs:

Views – 2560

Read More

Using the LIKE keyword more efficiently

from Pinal Dave’s article here: http://blog.sqlauthority.com/

The previous query does find FirstName values beginning with the letters ‘A’ thru ‘K’. However, when…

Read More