Hi,
I have a 'smart' rebuilding index mechanism based on fragmentation, and for it to work I need to have a control table, but this table isn't specific to any user DB, it should be considered as a system table.
So the question is, is it safe to create user tables on msdb/master without the risk of being swiped away at any moment? Is there any impact on backups?
(should I use msdb/master? or any other?)
Thanks in Advance,
Jos