|
I have created tables in sql server CE and i am trying to add foreign key to table using alter table command from .net framework IDE with server explorer , but it is giving error that
alter table command is not supported. so how to add constraint
to existing table in sql server ce
amol |