need step by step screen shots for deploying a package to sql server

  • I read in bol on this topic,deploying a package to sql server but i couldn't get it.I have 10 packages in one project but I need deploy only one package among them.could you plz provide me step by step process with screen shots for this process.

    thanks in advance

  • There may be other ways, but since the deployment manifest is an XML file you could just copy the original and edit. That would allow you to be selective about which packages from the project are deployed.

    The steps would be something like:

    1. BOL: Creating a Deployment Utility

    2. Copy the .SSISDeploymentManifest under the \bin\Deployment\ (ex. MyDeployment.SSIS...)

    3. Edit the copy, removing unwanted packages.

  • Do you want to do file based deployment or sql-server?

    In the first case I would copy the package directly into the destination folder, login thru SSMS and to intergration services and import the package under packages folder.

    [font="Arial"]BASKAR BV
    http://geekswithblogs.net/baskibv/Default.aspx
    In life, as in football, you won’t go far unless you know where the goalposts are.[/font]

  • i want to deploy to sql server

  • For sql server deployment you might have to manually edit the manifest before deploying.

    You may also try installing the BIDS helper (.net addin) through which you can deploy single package.

    http://www.codeplex.com/bidshelper/Wiki/View.aspx?title=Deploy%20SSIS%20Packages&referringTitle=Home

    [font="Arial"]BASKAR BV
    http://geekswithblogs.net/baskibv/Default.aspx
    In life, as in football, you won’t go far unless you know where the goalposts are.[/font]

Viewing 5 posts - 1 through 4 (of 4 total)

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