build a report showing attribute and table descriptions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to build a self gererating data dictionary by using the descriptions
of attributes (fields) and tables to populate the report. How do I return
data on tables not visible in the table section? How do I use system files
and access them?
I use sysobjects, sysproperties and syscolumns in SQL Server to achieve the
same.
 
Back
Top