Question

  Asked: Mar 17 2008   4:30 AM GMT
  Asked by: Jeff Moden


Create Information_Schema view


INFORMATION_SCHEMA view, SQL Server 2000, SQL Server 2005

Back in 2k, there was a backdoor that allowed you to create an INFORMATION_SCHEMA view. Backdoor yeilds a permissions error in 2k5. Is there any way to create a view in Master that would be accessabile from all databases like the Information_Schema views?

Thanks for the help...

--Jeff Moden

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Not that I know of. Everytime I've tried to create an object in the sys schema I get an error.

What's the end result of the view you are trying to create? SQL 2005 has tons of data exposed via the DMVs.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   Mar 17 2008  6:36PM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.