I encounter an issue where when I use sp_executesql
to select *
(6 seconds) is much faster than select column
fields (2min). (using sql server 2005)
I can't understand why the performance is so much different as I thought select by column field suppose to be faster. (or it shouldn't be so much different..)
anyone help?