• Yeah most of my utility procs need to be saved-in and run-from the database you need the data from, primarily because of the joins to database-level catalog views (sys.objects, sys.indexes etc) and me not wanting to use dynamic SQL. I have a index defragmenter, statistics updater, and space usage logger coming that will be database universal as they already need to use dynamic SQL to do their stuff.