Viewing 15 posts - 226 through 240 (of 18,926 total)
Just got this ad on linked in!
Become an Oracle DBA in 24 Hours... call or mail <SNIP>
Not sure if this link will work for y'all.
January 4, 2012 at 7:08 am
Just got this ad on linked in!
Become an Oracle DBA in 24 Hours... call or mail <SNIP>
Not sure if this link will work for y'all.
January 4, 2012 at 7:07 am
Marco V (1/4/2012)
Dave Ballantyne (1/4/2012)
Ninja's_RGR'us (1/4/2012)
Dave Ballantyne (1/4/2012)
That being the case , maybe a simple SSIS would be better for you here ?
How would this go in anything less than...
January 4, 2012 at 6:58 am
My bad, I misunderstood the requirements. The code I gave you is for concatenation.
How many levels deep do you need to go? If it's always 1 then the...
January 4, 2012 at 6:01 am
Dave Ballantyne (1/4/2012)
That being the case , maybe a simple SSIS would be better for you here ?
How would this go in anything less than 6 minutes in SSIS?
How would...
January 4, 2012 at 5:47 am
That's what you need to understand ;-).
Only 2 options, not too hard to test this out on your own. :hehe:
January 4, 2012 at 5:46 am
Ok, so why not just use the order by in SSRS??
January 4, 2012 at 5:45 am
CXPACKET is not a real wait, especially not in this query.
If you want to toy with this you can use a few join hints to see the difference (merge &...
January 4, 2012 at 5:43 am
In that case yes.
For performance sake I'd pre-distinct the ids so that you don't concatenate n times too many for no reasons.
Something like this :
;
WITH CTE (object_id)
AS
(
SELECT DISTINCT object_id...
January 4, 2012 at 5:39 am
Well there's that too! 😀
January 4, 2012 at 5:33 am
Datafile + log files = 84 Gb.
Backup only copies non-empty page. But the restore makes a perfect exact copy of the db as it was, including the size.
No way...
January 4, 2012 at 5:25 am
No because you need to understand the code to be able to debug it & adjust for more needs.
XML just format as xml (this is where the concatenation happens).
Stuff trims.
Use...
January 4, 2012 at 5:23 am
Grant Fritchey (1/4/2012)
January 4, 2012 at 5:16 am
engrshafiq4 (1/4/2012)
@ninja's_RGR'us:Your suggestion is very complecated for me...let me try @ken McKelvey comment
Break it down 1 step at a time in your mind. Takes a little work but it's...
January 4, 2012 at 5:14 am
For that much data (both in rows and GBs), 8 minutes is not slow by most standards.
The app also has to consume the data so that will slow down the...
January 4, 2012 at 5:11 am
Viewing 15 posts - 226 through 240 (of 18,926 total)