Viewing 3 posts - 1 through 3 (of 3 total)
SELECT *
FROM OPENQUERY(ORA_PRD,
'SELECT NAME, DIMORA.PK_TEST.TEST(ID, ''Hello'') FROM DUAL'
);
This works for me.
Maybe you should put the semicolon out of the query string.
With me it gave error.
Also, try using...
April 17, 2012 at 9:16 am
I'm importing a *.xls file with ACE 12.0, I didn't had this problem with *.xlsx.
I'm able (tested) to import both type of files with that provider.
What I want to avoid...
April 18, 2011 at 10:26 am
I believe there's an 32/64 bit option on SQL Agent 2008 to run DTSX in a job.
You can use the command line also and choose between dtexec.exe and dtexec32.exe
I believe...
April 4, 2011 at 12:09 pm
Viewing 3 posts - 1 through 3 (of 3 total)