The shorthand SELECT * command might be one of the most convenient and commonly used SQL statements during the development phase, but is it really the best practice for production environments? Let us try to find out.
A SQL Server database includes plenty of objects – tables, views, stored procedures, functions, triggers, etc. With the increasing complexity of modern databases, it...