Quick Scan Report – User Tables In master
User tables in the master database.
It is generally considered bad form to create user tables in the master (or msdb) database. Occasionally someone has an idea that it would be a good idea to their own table to the master database. This may go undetected for years, until you need to move to a new SQL Server, you move all your databases, and things that rely on that table in master end up breaking.