Database Edition msdb Sample Database Projects

I’ve been working with Database Professional a little bit more these days.  One of the databases that I’ve been working on for a while provides a number of diagnostic features that utilizes some msdb stored procedures.

Fortunately, going forward I can stop ignoring the systax errors that occurs because of those cross-database references.  The Visual Studio Team put together a code project that provides all of the necessary stubs for use in Database Professional.

It’ll take a little work to add this in… but completely worth the effort.