[quote user="directhostinguk"] Anyone know if theres a script that stops Database users seeing other Databases. I know theres one for SQL 2000 is there one for SQL 2005/Express [/quote] Hi, In case someone needs this for SQL Server 2008 just: DENY VIEW ANY DATABASE TO public; (fixed-server...