Viewing 15 posts - 61 through 75 (of 78 total)
I don't work a whole lot with table design, so excuse me if I sound dumb. I don't have one single column that can act as the PK. ...
May 8, 2014 at 9:03 am
Yea, that is why i don't know which index type I should be using for this example, clustered or non. If I just run a select statement on the...
May 8, 2014 at 8:48 am
Also, I am processing this TSQL in an execute SQL task (SSIS) and it is the first step in my sequence container.
May 8, 2014 at 8:15 am
When I tested without an index, it took longer to delete the records. I created an index with the column I have in my where clause, but its still...
May 8, 2014 at 8:11 am
For the Merge Join, if I am using inner join, will there be an option to redirect records that do not match? This is very important for me because...
May 7, 2014 at 7:14 am
Thanks for the information. I will test these options. Just out of curiosity, why do you say not to use the SORT transformation in SSIS?
May 7, 2014 at 6:27 am
Koen Verbeeck (5/6/2014)
A bit odd though you still get the out-of-memory error even after adding an extra 8GB.
There...
May 6, 2014 at 3:31 pm
Koen Verbeeck (5/6/2014)
skaggs.andrew (5/6/2014)
May 6, 2014 at 3:10 pm
Koen Verbeeck (5/6/2014)
skaggs.andrew (5/6/2014)
May 6, 2014 at 3:02 pm
This process is going to be used on a nightly basis. Not sure how I could use a raw file unless I had a process that created a new...
May 6, 2014 at 2:58 pm
Thanks for the response DouglasH. The lookup is the destination table for this workflow. Not really sure how to redesign this mapping to use multiple lookups to achieve...
May 6, 2014 at 2:03 pm
I just added 8 GB of RAM, reran my dataflow and it still error'd with the same message, so I guess the RAM is not the true issue. Any...
May 6, 2014 at 1:26 pm
Thanks for the response. I tried this example and it works.
Thanks again.
April 29, 2014 at 3:29 pm
Thanks all for the feedback. This is some great info for me to research and look into. Appreciate the help.
April 15, 2014 at 12:51 pm
Viewing 15 posts - 61 through 75 (of 78 total)