Creating PK via code

J

John

Just run through all tables in db and cerate PK where a table does not have
it. This is part of a long process which first requires a PK in each table.

Thanks

Regards
 
T

Tony Toews [MVP]

John said:
Just run through all tables in db and cerate PK where a table does not have
it. This is part of a long process which first requires a PK in each table.

Ok, makes some sense. A bit surprising there isn't already a PK but
stuff happens.

Tony
 
Top