I\'ve seen a number of people claim that you should specifically name each column you want in your select query.
Assuming I\'m going to use all of the columns anyway
because "select * " will waste memory when you don't need all the fields.But for sql server, their performence are the same.