Re: errors calling linked oleDB server stored procedures
From: Michael, Cheng [MSFT] (v-mingqc_at_online.microsoft.com)
Date: 04/29/04
- Next message: Steve Kass: "Re: Please need help with Cross Join query"
- Previous message: Max Minkov: "Re: Please need help with Cross Join query"
- In reply to: gerry: "Re: errors calling linked oleDB server stored procedures"
- Next in thread: gerry: "Re: errors calling linked oleDB server stored procedures"
- Reply: gerry: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 03:07:04 GMT
Hi Gerry,
Thanks for you reply.
Here is a bit more infomation for you. Looks like an interseting
workaround to cretae a dummy table in your database that executes the
stored procedures.
Instaed of calling the procedures directly, you could just insert a row to
the linked server. This approach will not work to execute a stored
procedure that accepts parameters. Also, you could insert your parameters
into a table and then trigger the stroed procedures with the parameter
inserted into the table. In this way, I think you could trigger your stored
procedures in your database.
Thank you for your patience and cooperation. If you have any questions or
concerns, don't hesitate to let me know.
Sincerely yours,
Michael Cheng
Microsoft Online Support
***********************************************************
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks.
- Next message: Steve Kass: "Re: Please need help with Cross Join query"
- Previous message: Max Minkov: "Re: Please need help with Cross Join query"
- In reply to: gerry: "Re: errors calling linked oleDB server stored procedures"
- Next in thread: gerry: "Re: errors calling linked oleDB server stored procedures"
- Reply: gerry: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|