I am involved in a project at work to move Access tables over to SQL. I am trying to figure out if there is a way to get a data dictionary on tables and fields and in particular if a field is part of a composite primary key.
I have been able to generate if a field is unique, primary, zero length ect.., but I was wondering if composite is an attribute somewhere.
The problem has been that the data dictionary has been showing primary true and unique true for fields that don't need to be set as unique as a single field, only as a composite. If I could get an attribute that saids composite true, then the conversion process could use that field to not set the individual field as needing to be unique.
Any help would be appreciated.
I have been able to generate if a field is unique, primary, zero length ect.., but I was wondering if composite is an attribute somewhere.
The problem has been that the data dictionary has been showing primary true and unique true for fields that don't need to be set as unique as a single field, only as a composite. If I could get an attribute that saids composite true, then the conversion process could use that field to not set the individual field as needing to be unique.
Any help would be appreciated.