If I have a column defined as BIT and try to 'Export grid rows' and select' SQL INSERTs', the statements generate as follows:
INSERT INTO "LeadInReturn" ("Scheme_Id", "ReturnDate", "ReturnValue", "IsNettOfFees", "CompoundFrequency") VALUES (7, '2007-03-01 00:00:00.000', 0.079042207339953, b'1', 0);
However, a b`1`
isn't a valid MSSQL conversion. It should be a pure 1
.