| Hiding system tables and stored procedures It took me some time to find the option to hide system tables and stored procedures in SQL Server Enterprise Manager. I know quite a few other general developers working with SQL Server 2000 who didn't know this option existed either. So here are the simple steps to hide those pesky system objects from SQL Server Enterprise Manager
 |
Step 1 Highlight the server in SQL Server Enterprise Manager (I've hidden my PC name), right click and select Edit SQL Server Registration properties... from the pop-up menu. |
 |
Step 2 In the Registered SQL Server Properties dialogue box, remove the tick from Show system databases and system objects. This will only hide the system objects for that specific SQL Server. You must do this for each SQL Server you have registered in SQL Server Enterprise Manager. |
|