running dataload fld file via SSIS

  • Hello, we have a dataload fld file that loads data into Oracle and it is scheduled via Microsoft Scheduler. I want to execute the fld file in SSIS and SQL agent. The command in the Scheduler is something like "C:\Program Files\iexplorer.exe" http:\....

    I dont even know where to start. Can anyone help me?

  • You don't need to use SSIS, just SQL Agent.

    See if this helps. Make sure you have the exact command line prepared beforehand, and make sure the SQL Agent Service account has sufficient access to run it.

    http://msdn.microsoft.com/en-us/library/ms190264.aspx

  • Spam

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

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

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