1

Does anyone know what to do to SSIS package a daily automatically executed? I use SQL Server Management Studio Express 2012, VS2015 and SSDT 2015. I know in SQL Server Management Studio 2012 Express is no SQL Server Agent job, through which i could solve the problem. I'm new in ssis. Does anyone know the another way? Thank you.

Hadi
  • 36,233
  • 13
  • 65
  • 124
RInfo
  • 79
  • 1
  • 8

1 Answers1

1

You have to create a sql query that run ssis package and save it in a file then create a batch file that execute this file. And assign this batch file to a windows scheduler task

Look at this Topic For creating jobs in express edition

And this Topic contains how to run package from query

Hope it helps you

Community
  • 1
  • 1
Hadi
  • 36,233
  • 13
  • 65
  • 124