It might be wize to copy the sql code from your view before starting these instructions (once you are in the dts wizard you cannot edit the view and copy the sql code).
Right click the tables node or database node ==> all tasks ==> this will start the DTS wizard ==> next ==> choose data source ==> next ==> choose destination (in the top dropdown you can select text, excel ... whatever you need, I will choose text for this example) ==> next ==> check use a query ==> fill out your query (copy and paste it from your query) ==> click parse (to check if it's correct) ==> next ==> select what file type and delimiter you need (if you choose text, which I did. We allso will not use transform.) ==> next ==> check save dts ==> choose the option SQL server ==> next ==> name your package ==> next ==> finish
now goto data transformation services ==> local packages ==> left click the package you just created ==> schedule package ==> YOU ARE DONE, (YIPEE).