Viewing 15 posts - 121 through 135 (of 361 total)
I have found that getting a count(*) on most of the things I would page is simply nonsensical from a performance perspective.
Usually I have put in a system to...
February 4, 2009 at 9:47 am
The point is that you DONT need to count anything.
You need something vaguely sequential though, but I don't see how you could ever page anything if you didn't have some...
February 4, 2009 at 9:02 am
I'm pretty sure it should work with any orderable criteria.
The real question I have is whether this is stable behaviour of rowcount and select @variable, or if this is leveraging...
February 4, 2009 at 1:40 am
Apologies for resurrecting a long dead thread...
One of my devs has brought http://www.4guysfromrolla.com/webtech/042606-1.shtml to my attention.
It seems to work extremely well - needing only a page number...
February 3, 2009 at 11:08 am
Ok, thought I'd let you know how this ended up.
1 - Re-exported the data into 400m chunks. With 5 exports in parallel the export took a little over 5hrs.
2...
January 26, 2009 at 6:21 am
Thanks jeff.
Well, the file might be 200gb. Not sure what the ordering is going to be like, but the original table is clustered differently to the final table....
January 15, 2009 at 8:41 am
I guess taking this along to its conclusion...
assuming you have a nice big das array of 56 disks...
Assuming you keep 2 back as h/s:
Would you want to go with 27...
January 12, 2009 at 7:54 am
Thanks for the replies - the shining was especially interesting.
Dont currently have a tape drive, But I assume direct attach either fibre or scsi would be possible.
Are tape drives clusterable...
January 5, 2009 at 9:55 am
you could think about maybe denying select to that user on that table?
January 5, 2009 at 6:24 am
heh - due to my reading habit of merging words from line above/below into the one i'm reading where they make sense - I read the backup had been created...
December 11, 2008 at 4:39 am
course - if you have any big tables that would take a while.
We use sysindexes - as count(*) over 2 billion records may offend.
Oh and on 2000 at least sp_spaceused...
December 11, 2008 at 4:28 am
Truly excellent article, thanks.
December 11, 2008 at 4:19 am
Jeff Moden (11/29/2008)
Heh... not trying to be a smart guy here... FEDEX overnight. Works great.
Thats actually the solution I have recommended.... 😎
December 3, 2008 at 4:53 am
Christian Buettner (11/21/2008)
RichardB (11/21/2008)
so why can't you then append the file bcp outputs to the existing file...?RichardB, you cannot pipe your data out with BCP like with SQLCMD.
No - but...
November 29, 2008 at 6:11 pm
ok - we've found a better size MTU window. Seems to chuck the data across more than 5x speed.
Much, much better 🙂
November 29, 2008 at 6:06 pm
Viewing 15 posts - 121 through 135 (of 361 total)