Hi,
I need to run a stored procedure, (with parameters), from within another stored procedure.
Some of the SP's I need to run are in another database, and should execute for the database that they are located in.
How do I call a SP from within a SP, and is the naming convention for running SP's in another database the same as updating a table: database.owner.table?
Thanks for any help.
I need to run a stored procedure, (with parameters), from within another stored procedure.
Some of the SP's I need to run are in another database, and should execute for the database that they are located in.
How do I call a SP from within a SP, and is the naming convention for running SP's in another database the same as updating a table: database.owner.table?
Thanks for any help.