I keep saying this, but I can't believe I have been programming in Sql Server for this many years, and never heard of templates.
While in Query Analyzer, hit Ctrl-Shift-Ins.
I keep saying this, but I can't believe I have been programming in Sql Server for this many years, and never heard of templates.
While in Query Analyzer, hit Ctrl-Shift-Ins.
One response to “Sql Server Templates”
Hey…Thanks for the plug
Like the shades….
btw
The template was an attempt to make sure all of the developers used a common error handling methodolgy….unless they had a VERY (and I mean very) good reason
btw: The RETURN @rc
I’ve changed my thinking on that…you can’t always gaurentee that the @rc will be passed, it can get overridden, and if you code for it….you could be hosed….