Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Char(100) field VS Text
Message
 
 
To
19/04/2012 10:52:35
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01542085
Message ID:
01542114
Views:
20
>>I don't use nVarChar types because my applications do not require unicode support.
>>
>>AFAIK varchar type is alive and well - no deprecation on it. If unicode support is not required then varchar saves space over nvarchar.
>
>Well, this message says "The data types text and varchar are incompatible in the equal to operator.". So, are you able to do a where clause with an exact match on a VarChar field. Because, I can't.

Can you show your statement? This error message means that TEXT type can not be used for exact match. Varchar field can and should be used.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform