Viewing 15 posts - 8,956 through 8,970 (of 13,876 total)
I presume this is just an 'out of interest' type question, because when you're deleting exact duplicates from a heap, there is no real row number? You could not use...
November 6, 2014 at 8:20 am
Yes, a couple of major reasons come to mind:
* parameters can be at project level (so defined only once and shared by many packages).
* the values of parameters can be...
November 6, 2014 at 7:46 am
Ells (11/6/2014)
However there is another...
November 6, 2014 at 4:55 am
That all depends on how your data is structured.
People here will take the time to provide you with a working query, if you are prepared to take the time to...
November 5, 2014 at 12:22 pm
previn1980 (11/4/2014)
yes, also I think that the DFT is better solution, but what do we use in the DFT to realize "Multiphase Data Pump"?
Do we need of other tasks...
November 4, 2014 at 7:44 am
Via a dataflow, but the structure is quite different from DTS, so you've got a bit of a learning curve.
November 4, 2014 at 7:14 am
kiran.vaichalkar (11/4/2014)
I have updated the statistics of one of my Fact table containing 3lacs rows of data.
And The query was to join the fact table with other 4 dimension...
November 4, 2014 at 4:38 am
Can you just have two loops in series? As it's looping one file at a time, there's no real performance hit.
Or (more efficiently) use instead a script task with just...
November 3, 2014 at 11:32 am
TheComedian (11/3/2014)
I have about 30 different files and each have to be loaded into its own respective table. I have a Foreach Loop container which loops through the...
November 3, 2014 at 4:12 am
vs.satheesh (11/2/2014)
I am working University Automation Project.In this purpose i got a student physical photo in folder and sub folder structure.Now my...
November 3, 2014 at 12:05 am
jacksonandrew321 (10/30/2014)
I have created table in which there are four columns (id, date, parcelname, parcelnumber) and 10 rows. I want to count record of the column parcelnumber but condition...
October 30, 2014 at 6:36 am
Maybe you could try putting the export to CSV in its own Sequence container?
October 30, 2014 at 4:46 am
Yes – the clustered index or PK will be an important consideration. Will existing data pages need to be reshuffled on disk to accommodate the data being inserted?
October 29, 2014 at 7:59 am
That's a new one for me, but I hope I've learned my lesson in the process.
I just had to dig that file out of the original ISO archive and add...
October 29, 2014 at 6:31 am
Viewing 15 posts - 8,956 through 8,970 (of 13,876 total)