Powered By Blogger

Tuesday, May 17, 2016

The data types ntext and varchar are incompatible in the equal to operator

You can't use text columns in an equal operation of a WHERE clause.  If you are using SQL Express or SQL Server 2005, change your column type from text to either varchar(max) or nvarchar(max)

No comments:

Post a Comment