Count your lines of code

How much code has gotten into production?  How many different objects have this code?  Isn’t that also a measure of just how ‘big’ your responsibility is?  If you have a massive application with thousands of stored procs and functions…guess who put them there?   Guess who has to navigate thru them to find just the one that needs to be corrected?  That’s right, you…the DBA.  So I decided it would be nice to know how many lines of code had ‘slipped in’ to my production machines.  Continue reading “Count your lines of code”