Posts
Sort by recent activity
SQL Compare abort with error
Prod tableabc already has data.
Dev tableabc has additional column "create_dt" with not null and no default value constraints
When I try to deploy, I get error:
Cannot insert the value NULL into co...
Cannot insert the value NULL into column 'create_dt'
How to deploy?
tableabc in prod has data.
tableabc in dev has additional column "create_dt" with not null and no default value constraint.
I kept getting error:
SQL Compare aborting because Cannot ...