Common Coding Mistakes Overuse of Common Table Expressions October 1, 2014January 28, 2016william.j.wolf Let’s explore common table expressions. Like we have shown with scalar-valued functions, the CTE may be useful, but can quickly hinder performance if not used responsibly. What is a CTE?…Continue readingOveruse of Common Table Expressions