Storing Export proceedures.

  • I need to export a set of records weekly right now I am running the wizard each time and repeat the same work to get it to a flat file. Is there a way I can store my procedure? I am still learning SQL Server having learned Oracle in college.

  • There is a check box in the wizard to "save the package", which will save the SSIS package that you can rerun.

  • [font="Arial"]

    Hello,

    Another way is to create a .bat file that calls osql which in turn will execute your stored procedure.

    This .bat can be added to a scheduler software that will execute it on the schedule of your choosing.

    If your stored proc needs parameters, the .bat can provide them and some scheduling packages have that capability too.

    Regards,

    Terry

    [/font]

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

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