Viewing 8 posts - 1 through 8 (of 8 total)
Excellent article - thanks!
July 13, 2022 at 2:37 pm
Our company uses EF and stored procedures with error handling. Our standard is to require Try/Catch blocks in all stored procedures. While I agree with Jeff Moden's point in principle...
August 24, 2021 at 12:01 am
Excellent! Thank you.
October 12, 2020 at 10:30 pm
Thanks for this. Is the scope of this function the "Users" table only? Is there a way to create global functions that can be applied across tables?
April 21, 2020 at 2:19 pm
Great article - nice and concise as others have noted.
We are using the Lag operator a lot in our work and find it not only improves performance, but readability...
January 24, 2019 at 11:35 am
Thanks for posting the article. It's important to look for ways to reduce comments down to only that content that is useful. I agree on removing the sproc...
October 5, 2015 at 10:06 am
I'm wondering the same thing. I did some looking around today but didn't find anything more than a couple of posts like this one. Anyone else?
November 7, 2010 at 8:22 am
As per the initial post we are using the audit tool provided with SQL Server 2008 (enterprise). We are unlikely to be able to use a 3rd party tool...
February 3, 2009 at 5:51 pm
Viewing 8 posts - 1 through 8 (of 8 total)