Viewing 15 posts - 151 through 165 (of 410 total)
Does sound odd....
Check the fixpacks that you have installed
~PD
June 19, 2008 at 12:32 am
Any specific reason why it HAS to be a SQL command from variable?
Sure its possible to do, I have one that runs peaches, but there are different ways.
For example either...
June 19, 2008 at 12:31 am
You can update the variable with a rowcount transform.
Or if you want to get more funky with what you do (i.e. you want to count and then validate and the...
June 19, 2008 at 12:27 am
Try and disable package validation.
Every little bit of gained juice will help you
~PD
June 19, 2008 at 12:24 am
Awesome post Brandie...
Make it a FOR EACH ADO enumerator, and read your mini and maxi variables into here
Rgs
~PD
June 19, 2008 at 12:22 am
Same like you did for the first sheet.
Variable var2SheetName = "16082008"
Change the variable with a scripting task
June 18, 2008 at 8:46 am
Remember that you will need a connection manager per layout.
Therefore, if sheet 1 looks different to sheet 2, you will need 2 different connection managers to handle this.
The rest is...
June 18, 2008 at 8:34 am
None that I can think of, but I wouldnt consider inserting using a linked server if I had a proper OLE DB option at my disposal
June 18, 2008 at 5:43 am
Readup in BOL on package logging.
This will provide you with a detailed error message which you can use
June 18, 2008 at 5:28 am
If the destination is a linked SQL server, why not simply use an OLE DB destination with your userid and password?
June 18, 2008 at 5:20 am
Add package logging. This will assist you to troubleshoot the error within the package
~PD
June 18, 2008 at 5:12 am
Yes, the environment variable will dictate to SSIS where the actual configuration table lies, plus any connection information required (i.e. userid and password).
hmmmm, suppose we have the following:
a) varRunType. varRunType...
June 18, 2008 at 4:22 am
I am saying that the environment variable will tell SSIS where the configurations reside.
The configuration filter will tell SQL what to load (i.e. configuration filter "MartinsDBConnectionString" which points to "MartinsDB"...
June 18, 2008 at 3:41 am
I received the same error when I changed the security of the package to "Dont save sensitive".
Fixed this by changing it to save with password.
One question though? What kind of...
June 18, 2008 at 1:39 am
Viewing 15 posts - 151 through 165 (of 410 total)