Viewing 15 posts - 2,761 through 2,775 (of 5,843 total)
ESAT ERKEC (11/28/2012)
I have 700 gb db
which is quite a bit more than your available buffer pool ...
November 28, 2012 at 8:59 am
Langston Montgomery (11/26/2012)
Update:We upgraded the production server to SP1, and the issue is gone. Lunch for anyone who can figure out why it was happening 🙂
Seems pretty obvious what was...
November 28, 2012 at 6:55 am
We could use the other server plan (as Gail asked for already).
Without that I am going to guess:
a) production memory is being used much more heavily and their...
November 28, 2012 at 6:51 am
ESAT ERKEC (11/27/2012)
I have 390 GB RAM
I set the sql server min 300 gb max 350 gb
what is the reason can...
November 28, 2012 at 6:44 am
In addition to what GSquared said I would also check to see if TCP Chimney was enabled. This is a not-good thing for SQL Server boxes.
November 28, 2012 at 6:43 am
This should be done with a properly coded trigger.
November 28, 2012 at 6:41 am
This is often because the non-read-uncommitted SELECT is blocked by INSERT/UPDATE/DELETE operations currently ongoing. You can use sp_whoisactive (an awesome free tool on sqlblog.com) to observe this behavior if...
November 26, 2012 at 7:47 am
Nikhi123 (11/20/2012)
I have a number of stored procedures used for reporting and whenever we run these reports it slows down the entire database.
Will optimizing the stored procedures improve the performance...
November 22, 2012 at 7:22 am
You have a lot of VERY complex statements there (which actually don't make sense to me) and LOTS of missing information like query plans, complete table/index definitions, etc. This...
November 22, 2012 at 7:14 am
I would like to add to this thread that the number of clients I have had in 15 years of consulting that actually had tempdb allocation issues is TWO, and...
November 21, 2012 at 8:31 am
Ratheesh.K.Nair (11/16/2012)
Thanks Kevin,Ours is a small organization and cant afford consultants at this point.
Hopefully you can afford to have database servers that take hours to return answers to queries....
November 16, 2012 at 9:34 am
As Gail has said several times you aren't giving us much to go on.
First thing to try is spreading out the SSIS activity so fewer things are running...
November 15, 2012 at 8:13 am
I think with so few spindles carving them up into smaller sets just sets yourself up for one or more of those smaller groups to be a bottleneck. I...
November 15, 2012 at 8:09 am
You could hunt-and-peck on this forum for days or weeks for a problem such as this (and I have seen that happen any number of times) and never find a...
November 15, 2012 at 8:04 am
shohelr2003 (11/5/2012)
Thank you for your kind help.Actually I need to shrink my log file. As my database increases regularly, it slows down my application system.
Pls suggest me.
Perhaps your tlog is...
November 6, 2012 at 9:19 am
Viewing 15 posts - 2,761 through 2,775 (of 5,843 total)