Viewing 15 posts - 1,396 through 1,410 (of 2,640 total)
forget the fill factor, you'll not be helping yourself at all. There is a serious missunderstanding in how fill factors can be used or abused. A series of sequential inserts...
February 2, 2007 at 4:58 am
The SQLCAT team have also joined in the debate upon the use of NOLOCK
Makes interesting reading and adds some more information.
My view of the "Oracle" locking is that it...
February 2, 2007 at 4:39 am
You need to understand transactions and isolation levels and how this all works, then you would be able to make moves to improve performance. I suspect you have blocking processes.
February 1, 2007 at 3:39 am
yeah raid 0 is fine except if you have transactions running which use tempdb, then you could suffer an inconsistent transaction, you have to decide the risk vs cost vs...
February 1, 2007 at 3:35 am
I had some similar problems ( without virtual servers or pc's ) there's some issues in ms kb about xp. Other than that our issues related to nested transactions and...
February 1, 2007 at 3:31 am
This question is far too generalised. I'm sure there's a wealth of written articles on the site on this subject...
February 1, 2007 at 3:25 am
you'll not find any advantage to placing tempdb locally, especially on a raid 1.
I find the biggest mistake made with splitting out tempdb is to not match the spindle count...
January 31, 2007 at 8:51 am
I have to say I've greatly enjoyed a number of the discussions of late .. the subject matter may be diverse but it's certainly been exercising the old brain!! This...
January 30, 2007 at 8:46 am
Tony Rogerson did some work on this
http://sqlblogcasts.com/blogs/tonyrogerson/archive/2006/08/24/958.aspx
There are other ways to boost tempdb performance, multiple files for instance. I find many people don't allocate enough spindles to tempdb when...
January 30, 2007 at 6:12 am
most queries don't tend to generally get split into parallel plans, this is generally good as you'd not really want all your queries to be that costly. There's some ms...
January 30, 2007 at 6:06 am
there are usually ( sometimes very large ) differences in io counts between qa and profiler, I only ever use times in profiler as I'm usually looking at running systems....
January 30, 2007 at 6:00 am
my experience with vmware has generally shown performance degredation. I personally don't believe virtual drives are good for databases, however, we've all been using virtual drives for years ( it...
January 30, 2007 at 5:57 am
There always seem to be confusion over this subject, for as long back as I can remember and before forums and so forth became so popular. There's also still confusion...
January 30, 2007 at 5:51 am
chris - I'm not having a go here but -- I sometimes tire a little of posts that attempt to "throw" large numbers about - assuming your million page hits...
January 30, 2007 at 3:23 am
Viewing 15 posts - 1,396 through 1,410 (of 2,640 total)