Viewing 2 posts - 1 through 2 (of 2 total)
Hi All,
I found a fix at http://knowledgebase.progress.com/articles/Article/000046672 and it worked when I used CAST(DailyBalance AS NUMERIC(38,6)). However, when I executed the procedure with the sam emodifications, I...
June 13, 2014 at 4:19 pm
#1721665
Hi Team,
Select tmp.* from openquery( [LinkedServerName], 'select * from viewname1' ) as tmp. When I executed this query, I am getting below error. Could you please help?
Msg...
June 13, 2014 at 1:06 pm
#1721642