Lesson Learned #276: ALTER TABLE statement conflicted with the CHECK constraint importing a bacpac
Today, I worked on a service request where our customer faced the following error: The ALTER TABLE statement conflicted with the CHECK constraint “Table1”. The conflict occurred in database “DatabaseName”, table “Table2”.
Full error message:
Mic… Continue reading Lesson Learned #276: ALTER TABLE statement conflicted with the CHECK constraint importing a bacpac
