Is there a way to create a view in Master in SQL Server 2005 that is accessible from all databases?
SQL Server 2005, SQL Server schema, INFORMATION_SCHEMA view
In SQL Server 2000, you can use a backdoor to create your own view in INFORMATION_SCHEMA... In SQL Server 2005, I get a permissions error though. Is there a way to create a view in Master in SQL Server 2005 that is accessible from all databases like the INFORMATION_SCHEMA views? Thanks...