Executing SQL Queries Based on Time

Executing SQL Queries Based on Time

Sometimes things should only happen at certain times. Not long ago I was asked to create a script that is triggered by an event, however, would only execute certain commands if the event occurred during a single specific time range.  Creating an alert to handle...
SQL Server Buffer

SQL Server Buffer

Have you ever noticed when you are working on a query for SQL Server and the second time you execute the query it runs much faster than the first time you had executed it?  There is a reason for this and most likely it is caused by your buffer. When your SQL...