Viewing 12 posts - 1 through 12 (of 12 total)
Hi Andrew,
Also have the same issue where on server A you can run a query...
October 15, 2012 at 12:21 pm
Hi Jenny,
Have you solved this ? Have the same need (to email a report ONLY when there is data).
Thanks, Steve.
September 24, 2007 at 9:23 am
If you have not done an openquery update with multiple tables then you do not know what were talking about. This has nothing to do with a standard join, or...
March 14, 2006 at 8:11 am
Do you have the correct syntax ? Have not been able to get this to run without error.
March 14, 2006 at 7:56 am
In sql talk the query did not run until......
SQL> SELECT ID FROM PART WHERE ID = 'SJ3463';
ID
------------------------------
SJ3463
so then it was just a matter of playing with it until......
March 11, 2005 at 10:05 am
Hi Jerry,
Am trying to connect to an Oracle 8i server using openquery but can not get around
........
An error occurred while preparing a query for execution against OLE DB...
March 11, 2005 at 9:34 am
Thanks for the reply Jerry ! Need to do this in a stored procedure. Will test it out shortly and get back to you. This would be a HUGE benefit...
March 11, 2005 at 8:12 am
Done. Just a matter of using the security properties tab and modifying group priviledges.
July 14, 2004 at 3:00 pm
Ok,
Have an update. Created an Oracle view which now contains no nulls in the date field we are interested in selecting. Query analyzer returns and converts the data from...
July 9, 2004 at 9:08 am
Ahaaa ! Thanks Neil, this is becoming clearer now. No problem, now have a nice oracle stored procedure that is expecting two data parameters. Only need to figure out how...
July 7, 2004 at 9:32 am
Hi Neil,
Many, many thanks for your reply. Had seen another post on openquery and have been successfull in returning all the data from oracle using SQL QUERY ANALYZER. The...
July 7, 2004 at 7:12 am
Thanks for the reply Bob,
Sticky situation here with having nulls in some of the date fields. Ultimately need to write a sql server stored procedure to access the...
July 7, 2004 at 6:59 am
Viewing 12 posts - 1 through 12 (of 12 total)