My chief architect at work is a genius and I've learned so much from him, but he doesn't agree with NOT using SELECT *
in our application queries.
His reason is that it doesn't matter much when you're pulling 10 rows, we end pulling 100+ columns just to show 4 to the user.
He's open to discussion which is great and that's why I'm looking online for resources that display hard evidence on SQL query times or something along those lines to present to him.
And, I'm also looking for a way to track those statistics in my app without using up too much CPU (we use .NET 4.0 framework). Thanks for your help