The data type %1!s! cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable.
The data type "%1!s!" cannot be used with binary operator "%2!s!". The type of one or both of the operands is not supported ...
The data type "%1!s!" cannot be used with unary operator "%2!s!". This operand type is not supported for the operation. To ...
The data type "%1!s!" found on column "%2!s!" is not supported for the %3!s!. This column will be converted to DT_NTEXT. ...
The data type "%1!s!" is invalid for transaction names or savepoint names. Allowed data types are char, varchar, nchar, varchar(max), ...
The data type %1!s! cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable. ...
The data type %1!s! does not exist. Verify the supported data types and mappings by querying msdb.dbo.sysdatatypemappings. ...
The data type %1!s! is invalid for the %2!s! function. Allowed types are: char/varchar, nchar/nvarchar, and binary/varbinary. ...
The data type conversion file, {0}, cannot be located. Therefore, the wizard cannot provide information about the conversion ...
The data type for "%1!s!" is DT_IMAGE, which is not supported. Use DT_TEXT or DT_NTEXT instead and convert the data from, ...