Hi,
I have been trying to convert nvchar into int but I get this error message
"Conversion failed when converting the nvarchar value '
691' to data type int".
There is a meta character before the number 6. It shows as a small box when copied onto text. How do i eliminate this entry?
I want to convert all entries other than those which contains the small box character.
Can you please help me with this problem?
Below is the snapshot of this problem:
AAAAAAAAA BBBB CCCC
670003945 0 99 8033
670000086 3780 8033
670000088 2940 8033
In column BBBB, the first entry is not being converted to int. The error "Conversion failed when converting the nvarchar value '0 99' to data type int" is thrown.
Thanks.
I have been trying to convert nvchar into int but I get this error message
"Conversion failed when converting the nvarchar value '
691' to data type int".
There is a meta character before the number 6. It shows as a small box when copied onto text. How do i eliminate this entry?
I want to convert all entries other than those which contains the small box character.
Can you please help me with this problem?
Below is the snapshot of this problem:
AAAAAAAAA BBBB CCCC
670003945 0 99 8033
670000086 3780 8033
670000088 2940 8033
In column BBBB, the first entry is not being converted to int. The error "Conversion failed when converting the nvarchar value '0 99' to data type int" is thrown.
Thanks.