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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Database Reporting?

Status
Not open for further replies.

jchastai

Programmer
Oct 11, 2001
31
US
When I was using Access databases, you could have access generate a report on a database that would basically list any tables/queries/forms/etc. and all of their parameters.

I used this quite frequently to get a listing of all of my tables and their associated fields/types/etc.

One of my servers recently coverted to SQL 2000, but I cannot find a way to get the reports. Does anybody know how to do such a thing with an SQL 2000 DB?

Thanks
Jeff Chastain
 
Hi There

If you run the following in Query Analyser

Exec sp_help mytablename

You will get a list of fields, types, indexes, keys etc for your table.

Hope This Helps


Bernadette
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top