I’m using dtsx in data migration between two SQL Server instance. One of the table changed the schema by adding a new text field which is not nullable. How can I add defualt value for the field or map it from another table? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An easy and quick fix to this would be to add a Derived Column component and simply add a new column to the dataflow with the default value you would like placed in that new column.