So, I made a package in SSIS to read data from a text file and load it into a database table.
What is the best way to configure this for non-technical end users to run this when necessary?
My boss thought that SP would launch it, and then publish the report made in Reporting Services, start the stored procedure. Of course there is a better way!
source share