Hi,
Has anybody written a script that can help me document my table's structure.
Say in the following format
TableName : RadioStation
FieldName PK/FK DataType
-----------------------------------------------------
RadioStationId PK int
CountryId FK (Country) smallint
LangId FK (Language) smallint
AddrId FK (Address) int
RadioStationname varchar(100)
For a foreign key the PK table is depicted in brackets.
If anybody has already done something like this, it can help a lot towards documentation of the Database Schema.
Any help/suggetions is welcome.
Mukund.
Has anybody written a script that can help me document my table's structure.
Say in the following format
TableName : RadioStation
FieldName PK/FK DataType
-----------------------------------------------------
RadioStationId PK int
CountryId FK (Country) smallint
LangId FK (Language) smallint
AddrId FK (Address) int
RadioStationname varchar(100)
For a foreign key the PK table is depicted in brackets.
If anybody has already done something like this, it can help a lot towards documentation of the Database Schema.
Any help/suggetions is welcome.
Mukund.