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.
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. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|