Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to print the dictionnary

Status
Not open for further replies.

sqlSam

Technical User
Joined
Dec 7, 2005
Messages
3
Location
US
hi,
How can I print the database dictionary ?

I'm using SQL SERVER 7

Thanks

Sam
 
Hi Sam

Click on the Tools Menu and Select Database Scripting. Ensure you script all objects. Under the Options tab you can script additional options, ie. contstraints, triggers, indexes.

Hope this helps :->

Bernadette
 
If you want more than what the script printing will provide, the only other built-in option I can think of is to add all the tables to the Database Diagram within Enterprise Manager.

Beyond that, you'll need to use some external tools, such as Visio or ERWin. Robert Bradley
Sr. DBA, some big company
cheap prints and oil paintings:
 
You might want to consider using the Information Schema Views in SQL 7 and 2000. Check the following links.

MSDN: Information Schema Views

SWYNK.COM: Information Schema Views

Terry

Neither success nor failure is ever final. -Roger Babson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top