vgtyrd
Member since Dec 3, 2009
- Profile: /members/4881-vgtyrd.htm
- Comments: 2
Recent Blog Comments By vgtyrd
-
SQL Server Text Matching Is Case INSENSITIVE
Posted on Dec 3, 2009 at 7:20 AM
SELECT * FROM MyTable WHERE (CAST(ColuumnName AS VARBINARY(10)) = CAST('MySearchValue' AS VARBINARY(10)))... read more »
-
SQL Server Text Matching Is Case INSENSITIVE
Posted on Dec 3, 2009 at 7:18 AM
CAST(mycolumn AS VARBINARY(10)) = CAST('MyValue' AS VARBINARY(10))... read more »