Does anyone know how to hide all the system tables in SQL Server 2000 Enterprise Manager?
Printable View
Does anyone know how to hide all the system tables in SQL Server 2000 Enterprise Manager?
I don't think you could hind them. You could prevent a user from accessing them when using authorisation
Right click on the Server name and select "Edit Server Registration Properties". De-select the checkbox labeled "Show System Databases and System Objects"
I know this is late, but THANK YOU! :D