|
-
How to have sp in one db call another sp in another db
Hello,
I am not sure how to do this, can someone please help.
From one stored procedure in one database, how do I call another stored procedure in another database???
The are on the same server and I'm hoping this is a simple call rather than any complex configuration settings required.
In advance, thank you
Micheal
-
You'll need a database link pointing to the other database. In addition, you may want to setup a synonym on your side that points through the link to the package/sp that you want to execute.
Jeff Hunter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|