Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Folders in the Views?

Author  Topic 

Shanew
Starting Member

20 Posts

Posted - 2009-04-29 : 15:16:35
Hello,

I am building a lot of Views in my DB like 300+.. Is there a way to organize them in to folders? It looks as if there is a "Systems Views" folder, can I make my own?

Thanks for any help!
Shane

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-04-29 : 15:27:00
Nope. You used to be able to mark objects with a system attribute but I believe that's been removed in SQL Server 2005.

Consider using schemas to organize your views. It's a also a good way to secure them.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-29 : 15:52:09
I'd recommend using SSMS 2008 if that's a possibility. It can connect to SQL Server 2005.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -