Articles

In Beta: Health Check for Minion Enterprise!

At the PASS Summit we were thrilled to announce a new feature: Health Check for Minion Enterprise! Minion Enterprise already gathers a ton of information about your servers and SQL Server instances into a central repository, which is perfect for alerting, reporting and configuration. Now, we’re adding standard audits and internal health checks, so you …

In Beta: Health Check for 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 »