Sean McCown

Automate SQL Server error log alerting with Minion Enterprise

Minion Enterprise (ME) is our tool for auditing, managing, and alerting on SQL Server instances and servers. With ME, you can automate custom SQL Server error log searches!​ One of the features is the error log search alert. The Error Log Search module allows you to set up specific error log search terms in the dbo.ErrorLogSearch table.  This …

Automate SQL Server error log alerting with Minion Enterprise Read More »

Which is the performance killer: SELECT INTO or INSERT INTO?

There are many ways to kill performance in a script or stored procedure.  However, not many think about the possibility that adding columns to a temporary table can kill performance.  Here, I’m going to show you how a simple design decision – using INSERT vs ALTER TABLE – can have a huge impact on your procedure …

Which is the performance killer: SELECT INTO or INSERT INTO? Read More »