Archive
Posts Tagged ‘SELECT *’
SELECT * Vs SELECT Column Name in SQL Server Query
September 2, 2012
4 comments
People always keep saying do not use SELECT * exercise SELECT <column names> instead. But no one put more light on this and this becoming myth in SQL Server and other database management systems. Here are couple of reasons why should we avoid SELECT * and go with SELECT <column names>
Categories: SQL, SQL Server, SQL Server 2008, SQL Server 2008 R2
SELECT *, SELECT * Vs Column Names
