Hello,
Is there a way to execute a stored procedure within another stored proedure that is located on different server?
The outside vendor gets a number of files at the end of the month and they would like two new files added to the month end process.
The trouble: We do not capture the information they request in the original database. The information is in another database on another server.
I would like to execute the stored procedures that create the new files when the user starts the month end process stored procedure.
Thank you for your help.
TomR100
Is there a way to execute a stored procedure within another stored proedure that is located on different server?
The outside vendor gets a number of files at the end of the month and they would like two new files added to the month end process.
The trouble: We do not capture the information they request in the original database. The information is in another database on another server.
I would like to execute the stored procedures that create the new files when the user starts the month end process stored procedure.
Thank you for your help.
TomR100