Viewing 15 posts - 3,541 through 3,555 (of 11,678 total)
SQLLion (3/10/2014)
I am getting following error on executing SSIS package through agent job.
Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified...
March 10, 2014 at 1:41 am
Int is always 4 bytes, so the data retrieval will not be slower.
Regarding calculations: no idea, but I think the effect will be negligible.
March 10, 2014 at 1:29 am
If you are not going to store decimal values (and also not in the future), I see no reason to choose float.
Go with int.
March 10, 2014 at 1:01 am
You can use the REPLACE function.
March 10, 2014 at 12:59 am
Maybe you have a lot of columns? Hard to guess without the table DDL.
How to tackle the issue? Do you have row/page compression on the table (Enterprise edition if I'm...
March 10, 2014 at 12:57 am
SQLRNNR (3/9/2014)
Woohoo, it depends.
Every question should have this as an extra option 🙂
March 10, 2014 at 12:53 am
Jack Corbett (3/7/2014)
March 9, 2014 at 2:14 pm
At what step of the process do you get that error?
March 9, 2014 at 2:10 pm
tracmonali (3/7/2014)
March 7, 2014 at 7:01 am
It is possible:
* store the current file name in a variable (you can configure this in the for each loop)
* inspect the file name with a script task. According to...
March 7, 2014 at 6:44 am
Tony1234 (3/7/2014)
Thank you for quick response,It can be update\Insert.
There are cases where an index might speed up an update statement, as the index allows to easier find the to-be...
March 7, 2014 at 6:12 am
Which DML operation?
If you're talking about updates/inserts/deletes, that's because the indexes themselves also need updating.
March 7, 2014 at 6:01 am
You need to make sure the 32-bit ACE OLE DB provider is installed on the machine.
March 7, 2014 at 5:57 am
What exactly do you mean with "that conditional data flow logic"?
Having seperate for each loop containers will exploit parallellism to the max. Although 12 seems a bit excessive 🙂
March 7, 2014 at 5:53 am
Viewing 15 posts - 3,541 through 3,555 (of 11,678 total)