I created Transfer SQL Server Objects Task in the SSIS. It seems to work but Default Value doen't copy properly. Is there any way to copy Default Value using SSIS?
A:
A default value is usually a constraint. Do you have the option to transfer constraints enabled?
Just a few lines down from where you define the tables to copy, there are two options
- CopyAllDefaults
- DefaultsList
Take your pick, and it should move over.
Raj More
2009-08-18 15:45:37