Viewing post 1 (of 2 total)
I have been successfully able to get around it by using to_char(numeric_field) as in
select
item,
cast(units as int)
from openquery(linkedserver,
...
September 18, 2009 at 6:49 am
#1055553