All Tags »
T-SQL »
Stored Procedur... »
intellisense »
best practices (RSS)
Sorry, but there are no more tags available to filter with.
-
When developing stored procedures, there seems to be a lot of emphasis on ''get it done fast.'' Which means type all lower case, pay little attention to formatting, and sometimes throw best practices out the window.
Personally, I would rather front-load my development time; I think that the costs I pay in initial development far outweigh what ...