Export data automation

  • I need to schedule a job for every week to run export data from table in SQL server to flat file on specific drive, how can I do it?

  • You can create an SSIS package to export the data out of the database and then schedule that SSIS package within a job. Hope this helps!

    Thanks!

  • I know how to create with wizard, but it does it and export it, but how can I save it and call it from the job?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply