Powered By Blogger

Thursday, April 29, 2010

The value violated the integrity constraints for the column

SQL Issue: The value violated the integrity constraints for the column

Solution:
  1. Look at the name of the column for this error/warning.
  2. Go to SSMS and find the table
  3. Allow Null for that Column 
  4. Save the table
  5. Rerun the SSIS