Viewing 2 posts - 1 through 2 (of 2 total)
thanks for all the replies. but I was able to use the column as an nvarchar instead of needing to convert to int.
However, I did try:
select ColInt =
case
when isnumeric(fieldvarchar)...
July 1, 2005 at 8:40 am
#570352
I am having a similar problem. The case and convert methods are not working for converting an nvarchar to int column...I have tried many methods but below are some examples...
June 30, 2005 at 8:18 am
#569828