Viewing 15 posts - 271 through 285 (of 580 total)
How long is ages?
I'm not surprised - firing off 80000 tasks in ANY package, whether you're in a loop or not, is going to take a long time. "Ages" in fact!
-Jamie
January 11, 2006 at 1:45 am
I've got two of them and my parents have another. I don't know anyone, in or out of Conchango, that has played it.
To be fair...I don't think that was the point...
January 9, 2006 at 8:38 am
Don't talk to me about B&N and Project REAL. Conchango did the original proof of concept for that project and then lost it to IntelliNet. Me? Bitter? no way!!!!!
January 9, 2006 at 8:22 am
Crispin,
I think yours is a valid point. What I guess Kirk means is if you can filter the data (either in the cache or the pipeline) then do it. By filtering I...
January 9, 2006 at 2:58 am
On my current project we are still in the dev and test phase so we haven't thought about these things yet but I'll answer as best I can.
How are we...
January 6, 2006 at 1:37 am
The Sprint PPC-6700 that Greg put a link up to is the same as the i-mate K-Jam that I was chuntering on about - just a differrent branding that's all. They're...
January 5, 2006 at 8:43 am
I'm a big fan of the i-mate K-Jam (it may be called something different in the US) - in fact I'm a fan of Windows Mobile devices in general.
People talk about music...
January 5, 2006 at 2:25 am
No. In fact you can't do that anyway - the minimum thread number is 2.
-Jamie
January 4, 2006 at 10:30 am
As far as I am aware there is no guarantee of the order in which the rows will occur once you split them into seperate streams of execution. I stand to...
January 4, 2006 at 2:05 am
Well, you could combine them into a single insertion using a UNION ALL. Thereafter you can use a SORT transform to put them in any order you like. If all...
January 4, 2006 at 1:51 am
Noa,
It is not possible to control in what order rows from the same source to differrent destinations are processed. In fact, you cannot control which of the destinations gets inserted to first.
The workaround...
January 4, 2006 at 1:41 am
JV,
100 different people will most likely give you 100 different answers to that question. My answer would be "The biggest difference is the seperation of workflow from data-processing"
You may find...
January 3, 2006 at 2:38 am
JV,
Just to clarify, SQL Server Integration Services (SSIS) is available in Standard edition right thru to Enterprise. The only place is you don't get it is on SQL Server Express.
The...
January 3, 2006 at 2:12 am
David,
Why not just use an Execute SQL Task with the query:
UPDATE tblTrans SET stageFlag = TRUE WHERE stageFlag IS NULL
???
Does that work for you?
-Jamie
December 30, 2005 at 4:10 am
dtevlin,
Is that really "proven" or is it just accepted wisdom? I'll grant you SQL Server 2000 won't handle the data volumes that you are talking about and I am definately...
December 19, 2005 at 2:29 am
Viewing 15 posts - 271 through 285 (of 580 total)