Last week, I did a little work to track down unused stored procedures in a large-ish SQL Server database. Searching for references in source code was interesting all by itself, but I also wanted to see which procs were referenced by other procedures. This is what I came up with: select o1.name 'referencing proc', o2.name [...]
Jeremiah Peschka just dropped a great post on prepping for an upcoming SQL Server conference: Random Thoughts for Enjoying the PASS Summit. Not going to PASS? Don’t worry – this is a great general-purpose packing list. Use this to prep for any trade show or conference. Thanks, Jeremiah. Tweet This Post