I have a table that has a column set with "DEFAULT" from its definition. After loading from a SSIS package (this "DEFAULT" column is ignored when mapping), the column does not have the default value, which is differently from what I manually insert a row.
Is there any way to enforce the default value at the table level instead of adding derived column or hard code in the script? Just curious.
Thank you