|
|
|
|
Browse by Tags
All Tags » Best Practices » explicit column... » habits (RSS)
-
In my last post in this series,
I talked about inappropriately using SELECT, OUTPUT and RETURN in stored procedures. Today I wanted to talk about using SELECT * or omitting the column list entirely.
Using SELECT *
This is a typical operation when developing, debugging or testing, and I have no qualms about its use there. But ...
|
|
|
|
|