Daily Archives: September 13, 2012

More CPU Means More Data

  Moore’s law has held true for computer resources for a long time. I don’t know how long it will continue to work in the future, but I am interested to see if it can continue to work for the rest … Continue reading

Posted in Editorial | Tagged | Comments Off on More CPU Means More Data

Finding DDL Triggers

Triggers are the types of objects in SQL Server that are easy to lose track of. There isn’t an obvious way to tell that a table has a trigger on it and since most tables don’t have triggers, this is … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Finding DDL Triggers