Did you drop the table?
Thanks Ghoti, I didn't.Though issue is resolved! I changed the field name and tried deploying, it went through. And in log it is now showing "converting '1' to Varchar(3)".I have a question here - is there any kind of caching which DD does (which made it unable to identify the change in the datatype of the column mapped to a particular table) . regards
The datatype was changed to Varchar(3) in the DD config as well as in table. No new column got added to the table. Even after doing this, the deployments failed stating DBD: Column: colname, field: dctq/0/check, Index: 3, Converting '1' to BIT The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Paramater 13: Datatype 0x32 is unknownDeployments went through for checkbox unchecked. Hence my question, why DataDeploy is still converting the field in DCT/DDconfig to BIT as indicated by Converting '1' to BIT ? i.e. why DD didn't picked up the change in datatype?