tags:

views:

202

answers:

1

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

  1. CopyAllDefaults
  2. DefaultsList

Take your pick, and it should move over.

Raj More

related questions