Ignore a column during comparison (BLOB) but include in Deploy
We have certain tables with BLOBs (varbinary(max)) which takes ages to compare between two databases. But if i exclude this column for comparison, it wont appear in the deploy, which will fail (in my case) caus its "NOT NULL" column.
In short:
make an option to ignore columns on compare, but keep in deploy.
4
votes
Martin T.
shared this idea