What does these messages means is what you are trying to insert is not able to handled by the type of the column. For example in my case 'varbinary is incompatible with text', that means I am trying to insert varbinary which is incompatible to my column which is of type text.
Read More