Viewing 15 posts - 8,956 through 8,970 (of 13,882 total)
cbrammer1219 (11/10/2014)
November 10, 2014 at 11:12 am
MMartin1 (11/6/2014)
November 7, 2014 at 5:18 am
g.britton (11/6/2014)
Phil Parkin (11/6/2014)
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?
The...
November 6, 2014 at 8:46 am
Nasty.
I think I'd do it like this.
As your OLEDB source, have a query which gives you an ordered resultset
CompanyInfo1, CompanyInfo2, CustomerInfo1, CustomerInfo2 etc
order by Company, Customer
Of course, this is...
November 6, 2014 at 8:38 am
aarionsql (11/6/2014)
From your experience can you get Project Level parameters to be used in SSIS expressions along with other variables?
So you it be...
November 6, 2014 at 8:27 am
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
Viewing 15 posts - 8,956 through 8,970 (of 13,882 total)