Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You have a few options, but I'll give you something that will allow you to get up and running quickly...</p> <ol> <li>Open SQL Server Management Studio and connect to the Database Engine of the SQL Server that will run the job. This SQL Server should have SQL Server Agent installed and running.</li> <li>Expand SQL Server Agent, expand Jobs.</li> <li>Right-click, select New Job. </li> <li>When you create your package step, for <strong>Type</strong> choose <em>SQL Server Integration Services Package</em>. For the <strong>Package source</strong>, choose <em>File system</em>. Then for the <strong>Package</strong> you can use the browse button (<em>...</em>) to browse for the DTSX file on the file system.</li> <li>Go to <strong>Schedules</strong> and create job schedules as you normally would for any other SQL Server Agent job. In your case, set the <strong>Frequency</strong> to <em>Daily</em>, and set the value of <strong>Occurs once at</strong> to whatever time the job should run.</li> </ol> <p>A couple of things to keep in mind...</p> <ul> <li>Make sure that the SQL Server Agent service account (this is the default, you can choose an alternative security context if needed) has the permission to access the dtsx package on the filesystem.</li> <li>This will only work if the server on which you're scheduling the job is <em>also</em> the Integration Services server. There are plenty of ways to handle remote package execution if you require it.</li> </ul> <p>For additional information, please see <a href="https://msdn.microsoft.com/en-us/library/ms191439%28v=sql.105%29.aspx?f=255&amp;MSPPError=-2147217396" rel="nofollow noreferrer">https://msdn.microsoft.com/en-us/library/ms191439%28v=sql.105%29.aspx?f=255&amp;MSPPError=-2147217396</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload