Using Microsoft SQL Server Management Studio, I have created a view, which pulls in columns from several tables. I need to export this view into a CSV file on a weekly basis, and so I would like to set up some sort of automated process for this. I have read many examples of how I can do a simple right click and “Save Results As”, or using the export wizard, but I do not know how I can automate this process to run weekly.
I am somewhat of a newbie with all things microsoft, so any help is much appreciated, thanks!
What you need is to schedule a job to run every week. Please have a look at here http://msdn.microsoft.com/en-us/library/ms191439.aspx