How do I hide system tables in SQL Servers Enterprise Manager?
Many people don’t like the clutter provided so graciously by the existence of all the system tables, objects and stored procedures in SQL Server’s user interface. To get rid of the system objects, just right-click the server in question (in MMC), choose “Edit SQL Server Registration properties…”, and uncheck “Show system databases and system objects” … hit OK and that clutter should disappear, making direct manipulation of your data much easier. This will work in both SQL Server 7.0 and SQL Server 2000. In SQL Server 2005’s new tool called Management Studio, go to Tools / Options / Environment / General and choose “Hide system objects in Object Explorer.” Unlike Enterprise Manager, where this setting takes effect immediately, you will need to restart Management Studio to get rid of the clutter.