Hello,
I have a DTS package that was set up to import data into a table. Well, the table structure was modified and an identity column was added. Now I get an error when running the package that says that a null value cannot be inserted into that field. I know the identity field is supposed to be populated as data is inserted so of course I shouldn't put a generic value in. Any idea how to correct the package?
I have a DTS package that was set up to import data into a table. Well, the table structure was modified and an identity column was added. Now I get an error when running the package that says that a null value cannot be inserted into that field. I know the identity field is supposed to be populated as data is inserted so of course I shouldn't put a generic value in. Any idea how to correct the package?