Experts !!
I am not familiar with SQL Server Management Studio and never had to schedule tasks on an SQL Server.
I am exporting my database to MS Access everyday. I need Management Studio to do this automatically everyday at 2:00 am.
Any ideas.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On the wizard screen that you are using to export data, select the Save SSIS Package option, the next screen will give you the options to save that package. Then go to SQL Server Agent and schedule that package
Right click on Jobs and select New Job
Give the Job a name and description
Select Steps, Name the step, select SSIS as the Type, select the Package source and then select your Package
Schedule the job