Using Microsoft products, I have a collection of SQL scripts and a VS project that I use to refresh a DW on a weekly basis. I know the process can be automated, but the documentation for VS is so vast I don't know where to start. The HIGH LEVEL process is outlined below:
- Open SSMS and MANUALLY run scripts to truncate tables and drop indexes
- Open VS project and in dev mode MANUALLY press START to extract the data from application to the truncated tables in the DW
- Open SSMS and MANUALLY run transformation scripts to create analysis cubes end users can access
I am trying to get to a point where I can just schedule this process to run every X period so I don't have to press any buttons.