Is there a way to trigger a program to start running from SQL Server?
What I have is a database that is scheduled to update on a daily basis. After this update I want to open an excel file. The excel file will pull the data it needs automatically to produce a report. I can have the file open using an external program, I was just curious if there was a way to do it from within SQL server.
Thank you for any help on this.
What I have is a database that is scheduled to update on a daily basis. After this update I want to open an excel file. The excel file will pull the data it needs automatically to produce a report. I can have the file open using an external program, I was just curious if there was a way to do it from within SQL server.
Thank you for any help on this.