Tagged Questions
3
votes
2answers
179 views
What are the Best Practices to follow while creating a data-dictionary?
I have large and complex SQL Server 2005 DB used by multiple applications. I want to create a data-dictionary for maintaining not only my DB objects but also cross-reference them against applications ...
0
votes
0answers
69 views
Is there an ASP.NET based data dictionary generator available?
I'm looking for a web based application that can be installed on a server that will generate a data dictionary for various databases. I need something that will read the metadata from a SQL Server ...
0
votes
1answer
1k views
Does index_id=0 in sys.indexes refer to the table itself?
Unfortunately the BOL is a little vague on this, but index_id = 0 on sys.indexes or sys.partitions appears to refer to the table itself where there is no clustered index on the table. True - or am I ...