Tuesday, March 20, 2012

Running SQL Server Job in an Excel Macro

I know this might be the wrong forums, but I thought that some SQL Server users might know the answer and have accomplished this before. Does anyone know how to run a SQL Server job through an Excel macro? I have the macro where it's entering the data into my database, but now I need to use the data by running the job. Thanks!Call the stored procedure sp_start_job.

No comments:

Post a Comment