Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)

  • RE: Deploy SSIS packge to SQL server

    1. Created the packge1.SSISDeploymentManifest

    2. Copied the files from local box to production box folder. C:/SSIS_Deploy/

    a.packge1.dtsx

    ...

  • RE: Deploy SSIS packge to SQL server

    I got it resolved.

    Here are the steps.

    1. Created the packge1.SSISDeploymentManifest

    2. Copied the files from local box to production box folder. C:/SSIS_Deploy/

    ...

  • RE: Deploy SSIS packge to SQL server

    I am using SQL server 2008 Bids.

    1. Please tell me how to deploy an SSIS package with dtsconfig file on prod SQL server.

    a) as per...

  • RE: Deploy SSIS packge to SQL server

    Can DtUtil be used to install the packages with config files. Please let me know the Syntax for that.

  • RE: Deploy SSIS packge to SQL server

    I copied all to the Production box and using Sql server deploy. It is SQL server 2008 and alos the BIDs is alos 2008.

  • RE: Flat file to Table

    Yes you got it right. These are the logical steps.

  • RE: Flat file to Table

    Thaks again for your time.

    In the above example the value to compare with range value is the diffference between Source tax_val and Destination tax_val.

    that is the only Source_tax_val = 100,...

  • RE: Flat file to Table

    From source file :The row for a tax record has Tax_val =100 for city xyz.

    In destination table: For the same city xyz from table Tax_val = 250.

    For thae...

  • RE: Flat file to Table

    Sorry before I finished my logical steps I pressed post..

    But here are the steps.

    Here are the logical step1.

    1.Source is Tax File

    2. Destination Tax_tb

    From source get the row.

    If the...

  • RE: Flat file to Table

    Here are the logical step1.

    1.Source is Tax File

    2. Destination Tax_tb

    From source get the row.

    If the row exists in Tax_tb

    find the...

  • RE: Flat file to Table

    Thanks for quick reply. I am working on one SSIS package right now and have the situation where the insert is very simpele , that is if it doesn't...

  • RE: How to exit from SSIS Package

    The properties FailPackageOnFailure and FailPArentOnFailure are kept False for a reason in my package . That is, if any task fails I am taking some action and the ForEach loop...

  • RE: How to exit from SSIS Package

    Thanks for your reply. I can get to the OnError but How to terminate the execution of the package. The container of all these tasks is a ForEach loop.

Viewing 13 posts - 1 through 13 (of 13 total)