HoustonGuy
Programmer
I need help creating a new Job in SQL Server Agent (2008).
I need to call a procedure on another server - 2008 as well, on a monthly basis.
I'm hung up on the STEP right off the bat. It appears I need to call the SP from TSQL, but since it's on another server I'm not sure how the code should be formatted. Does the other server need to be linked from the SQL Server Agent server?
Any help, websites, etc as examples would be helpful.
I need to call a procedure on another server - 2008 as well, on a monthly basis.
I'm hung up on the STEP right off the bat. It appears I need to call the SP from TSQL, but since it's on another server I'm not sure how the code should be formatted. Does the other server need to be linked from the SQL Server Agent server?
Any help, websites, etc as examples would be helpful.