Mathew Nolton Blog

Software dementia unleashed...

Browse by Tags

All Tags » General Software Development (RSS)
sp_lock2 and sp_lockcount
Here are two helpful procedures to help with sqlserver database work. The code for both of these are based on the system stored procedures sys.sp_lock that comes built in the master database. build both of these in your master database if you want to...
SqlScript for dropping a set of procedures, user-defined functions or views
I have been wanting to write some posts lately of some productivity tools and tricks. My last post was for a VS-Addin for updating the reference paths for all "selected" projects in your visual solution set. This post is for a sql script that enables...
More Posts