RE: Distributed Stored Procedures
From: Dragan Babovic (dragan_at_babovic.net)
Date: 02/28/04
- Next message: Scott: "Re: Please advise re. restoring master/msdb on different server"
- Previous message: John Bell: "Re: Please advise re. restoring master/msdb on different server"
- In reply to: Kofi: "Distributed Stored Procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 16:06:06 -0800
You could consider to rename all SPs by adding sp_ prfix and move them to master database. Then when you call them from any database they will execute like they are in the db they are called from. This works only if everything is happening on the same server/instance.
You could test the concept with a few SPs first.
Cheers,
Dragan
- Next message: Scott: "Re: Please advise re. restoring master/msdb on different server"
- Previous message: John Bell: "Re: Please advise re. restoring master/msdb on different server"
- In reply to: Kofi: "Distributed Stored Procedures"
- Messages sorted by: [ date ] [ thread ]