Can SELECT * Make a Query Go…Faster?!?
5 Comments
Most of the time, you’ll hear advice that you should select as few columns as possible so that SQL Server can do less work. However, one of my clients hit a neat edge case scenario where SELECT * queries actually ran faster than picking a subset of columns. I can’t share the exact query, but I…
Read More