SQL Server: Must numbers all be specified with latin numeral digits?
- by Ian Boyd
Does SQL server expect numbers to be specified with digits from the latin alphabet, e.g.:
0123456789
Is it valid to give SQL Server digits in other alphabets?
Rosetta Stone:
Latin: 01234567890
Arabic: ??????????
Bengali: ??????????
i know that the client (ADO) will convert 8-bit strings to 16-bit unicode strings using the current culture.…