T-SQL Tuesday #24 : Dude, where's the rest of my procedure?

Posted by AaronBertrand on SQL Blog See other posts from SQL Blog or by AaronBertrand
Published on Tue, 08 Nov 2011 07:19:00 GMT Indexed on 2011/11/11 18:14 UTC
Read the original article Hit count: 363

This month's T-SQL Tuesday is being hosted by Brad Schulz ( blog ) and the topic is one that should attract a lot of submissions: Procedures and Functions. Last week, I talked about the case against INFORMATION_SCHEMA views - I provided several examples where I feel the INFORMATION_SCHEMA views fall short of the catalog views, and expressed my belief that you are better off programming consistently against the catalog views all the time, instead of only when the INFORMATION_SCHEMA views fail. Having...(read more)

© SQL Blog or respective owner

Related posts about catalog views

Related posts about functions