SQL Server Management Studio 2008 scheduled export to MS Access

后端 未结 1 1193
暖寄归人
暖寄归人 2021-01-01 02:16

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 eve

相关标签:
1条回答
  • 2021-01-01 02:55

    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

    enter image description here enter image description here

    Right click on Jobs and select New Job

    enter image description here

    Give the Job a name and description

    enter image description here

    Select Steps, Name the step, select SSIS as the Type, select the Package source and then select your Package

    enter image description here

    Schedule the job

    enter image description here

    0 讨论(0)
提交回复
热议问题