Created
January 6, 2017 15:19
-
-
Save iradul/ef18bd74e15e0a1a730ab36346312196 to your computer and use it in GitHub Desktop.
MSSQL invalid charset detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CHARINDEX('FDFF',CONVERT(varchar(max),(CAST(___COLUMN___ AS VARBINARY(max))),2)) > 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment