Viewing 15 posts - 1,906 through 1,920 (of 4,272 total)
ryan213 (12/17/2009)
August 25, 2010 at 9:17 am
That I don't know, it depends on what it used to do the encryption, if it just used something like domain\user then it will prbably work, if it used the...
August 24, 2010 at 9:32 pm
I'd probably change my select query from the staging and do a distinct and only include the fields I needed. This should weed out dupes and make the database...
August 24, 2010 at 3:51 pm
There is a max errors setting on your foreach loop, I bet it is set to 1, set it higher. You could try 0 but I don't know if...
August 24, 2010 at 3:48 pm
Baskar:
It isn't the query that is the problem, but the connection information required to satisfy the query that gets encrypted. And can only be decrypted by the same user...
August 24, 2010 at 3:45 pm
rdevitta (8/24/2010)
I have a job with only one step, that invokes a ETL package.
The ETL deletes some data from the data base (Execute SQL Task)...
August 24, 2010 at 2:02 pm
RonKyle (8/7/2010)
There are very few if any hard and fast rules in databases, I can think of reasons to break nearly all of them,
These kinds of statements make me nervous....
August 24, 2010 at 1:15 pm
Unfortunately that is pretty typical since it is usually run in production as a different user than was used to develop it..
CEWII
August 24, 2010 at 1:00 pm
I have done this before with SSIS 2005, it is easier with SSIS 2008..
In the Lookup comopnent for 2005 you have 2 outputs, found and error. In 2005 I...
August 24, 2010 at 12:58 pm
chris.thornburg (8/18/2010)
August 24, 2010 at 12:47 pm
August 24, 2010 at 12:41 pm
How about these two articles:
Concurrent processing in SSIS – Part 1[/url]
Concurrent processing in SSIS – Part 2[/url]
CEWII
August 24, 2010 at 12:36 pm
Viewing 15 posts - 1,906 through 1,920 (of 4,272 total)