figuring out a large DB

  • ok, i have a large Db, and no documentation or diagrams. how do i figure out what each column is for? is there any way i can track where data is being stored in the DB? i have to find out what tables are linked , but have no diagrams. any ideas?. if i click on create new diagram and import all teh tables, it doesnt show any relationships

  • sysforeignkeys contains all foreign key information for a database.

    sp_fkeys displays FK information for a given table.

    A variety of information is available using the Information_Schema views associated with each database.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply