Viewing 15 posts - 5,491 through 5,505 (of 5,843 total)
jbrewer (11/29/2007)
November 30, 2007 at 9:29 am
Kevin Boles. Glad to meet you. You must be Jeff Moden, right?? 😉
BTW, do you LIVE on this forum or something?? I needed the link to...
November 29, 2007 at 1:46 pm
1) Use Task Manager to see what process is actually doing the I/Os.
2) If you have win2k3, there are a number of bugs that will flush RAM (large file copy,...
November 29, 2007 at 10:43 am
1) Why don't you simply increase your timeout from 15 sec to 30, 60 or more seconds? keep you from losing customers until you get things optimized.
2) Since SQL...
November 29, 2007 at 10:31 am
I am going to go with Matt here in that on a very busy system with off-hours slow time full recovery mode can allow optimal performance during the peak time...
November 28, 2007 at 8:12 am
Here's the KB article for anyone interested: http://support.microsoft.com/kb/927396
November 28, 2007 at 7:09 am
I guess others have complained about the wrapping thing too. Just saw this very timely post:
http://www.sqlservercentral.com/articles/SQLServerCentral.com/61520/
I still think (very strongly) this should be fixed. Can we start a...
November 27, 2007 at 5:17 am
You know, you just GOTTA LOVE making single passes through the data. I have used that inline-variable update mechanism in the past to great effect. Almost like the...
November 27, 2007 at 5:09 am
noeld, did the entire sql server ram get flushed (I must admit it was pretty amazing seeing physical ram go from 9.2GB to 0 bytes instantaneously!! 🙂 or was it...
November 26, 2007 at 2:46 pm
Lock Pages in Memory only applies to Enterprise Edition of SQL Server.
November 26, 2007 at 2:07 pm
I had wondered about that too. Bet Itzik has something up his immense sleeve to super-charge this particular puzzle. 🙂
Hey, what the heck are you doing playing on the...
November 26, 2007 at 1:06 pm
Having read this blog post recently: http://sqlblog.com/blogs/adam_machanic/archive/2006/07/12/running-sums-redux.aspx, I decided to see if a cursor solution to this problem could be more efficient than the set-based one proposed. I...
November 26, 2007 at 10:15 am
Version upgrade shouldn't cause indexes to be lost (although you should compare current schema to a copy of the schema take prior to the upgrade). You DO have a...
November 23, 2007 at 12:44 pm
What version of SQL Server? 32 or 64 bit? Was this just a hardware update or was software updated as well.
November 23, 2007 at 11:02 am
The OP asked what was faster. I was answering his/her question. And yes, I have used the approach I mention to achieve optimal performance in production systems. ...
November 23, 2007 at 10:28 am
Viewing 15 posts - 5,491 through 5,505 (of 5,843 total)