ASP.NET Automated & Manual ETL Process
问题 Here's an interesting problem. I have an ETL script written in c# that I have been running manually on a somewhat regular basis. It is used to update my web app's database. I want to automate the ETL process AND create an interface for the web app admins to manually start the ETL process. I could have sql server kick off the ETL process on a schedule and implement a button or something on a web page that will do the same thing, but I don't want to put my code in 2 different places because I