This morning, I’ve got a problem with using equal operator (=) in transact-SQL for ntext datatype column. I try this SQL command text And it returns this error message “The data types text and varchar are incompatible in the equal to operator.” After some googling, I found a fact that comparison operator doesn’t match with […]
Continue Reading →