Hi
I import sevral tables from a SQL Db to another SQL DB.
During this immport, I loose all the constraints !!!!
Two questions:
- Is it possible to import tables with the CONSTRAINT ?
- If not, how could I use ALTER Table to Add COnstraint to the required column. I looked at the doc but I don't understand where I spicify the column on which I want to add a constraint.
Thanks for your help
Thierry
I import sevral tables from a SQL Db to another SQL DB.
During this immport, I loose all the constraints !!!!
Two questions:
- Is it possible to import tables with the CONSTRAINT ?
- If not, how could I use ALTER Table to Add COnstraint to the required column. I looked at the doc but I don't understand where I spicify the column on which I want to add a constraint.
Thanks for your help
Thierry