Viewing 13 posts - 1 through 13 (of 13 total)
1. Created the packge1.SSISDeploymentManifest
2. Copied the files from local box to production box folder. C:/SSIS_Deploy/
a.packge1.dtsx
...
September 2, 2009 at 1:01 pm
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/
...
September 2, 2009 at 12:58 pm
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...
September 1, 2009 at 5:01 pm
Can DtUtil be used to install the packages with config files. Please let me know the Syntax for that.
September 1, 2009 at 3:29 pm
I copied all to the Production box and using Sql server deploy. It is SQL server 2008 and alos the BIDs is alos 2008.
September 1, 2009 at 3:28 pm
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,...
July 22, 2009 at 2:17 pm
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...
July 22, 2009 at 12:59 pm
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...
July 22, 2009 at 11:48 am
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...
July 22, 2009 at 11:44 am
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...
July 22, 2009 at 11:02 am
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...
July 15, 2009 at 12:37 pm
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.
July 15, 2009 at 10:41 am
Viewing 13 posts - 1 through 13 (of 13 total)