0
kicks
Why we should avoid * in SELECT Clause to improve query performance
Why SQL Server experts say don’t use * in SELECT clause. Always use the columns what you need. In this article I am going to list out the points with examples on why we should avoid * in the SELECT clause.