IanH
Registered User.
- Local time
- Today, 05:09
- Joined
- Feb 19, 2001
- Messages
- 34
Afternoon all,
We want to create a central database for common stored procedures (call it SP_DB). Assuming we are working on tables in Database_A does anyone have any simple thoughts on how to call stored procedures from SP_DB so as they run on the tables in the working database.
At the moment, when calling the procedures it is looking at for the tables in SP_DB. Can you, for example, declare a parameter for the database name, and use this when calling the tables?
All advice appreciated.
Ian
We want to create a central database for common stored procedures (call it SP_DB). Assuming we are working on tables in Database_A does anyone have any simple thoughts on how to call stored procedures from SP_DB so as they run on the tables in the working database.
At the moment, when calling the procedures it is looking at for the tables in SP_DB. Can you, for example, declare a parameter for the database name, and use this when calling the tables?
All advice appreciated.
Ian