|
|
|
|
Browse by Tags
All Tags » Best Practices » habits » declare (RSS)
-
In my last post in this series, I talked about using meaningless table aliases. This time I'm going to talk about a pet peeve of mine: declaring varchar / nvarchar variables or parameters without specifying how many characters they should hold.
Thankfully, I see this issue seldom in the code I've inherited in my own systems. But I do ...
|
|
|
|
|