Viewing 15 posts - 45,841 through 45,855 (of 49,571 total)
Looks a lot better, but i think you still have a borderline IO bottleneck. What's your disk layout? (phycisal drives, RAID, file locations)
p.s. What are your memory setting now? (boot.ini...
July 9, 2008 at 11:42 pm
vikkin (7/9/2008)
Hi Where can I find this in SQL Sever, I ma having endless issues of Deadlocks
Where can you find what?
To trace the source of deadlocks. switch traceflag 1204 or...
July 9, 2008 at 11:39 pm
GSquared (7/9/2008)
"physical universe reality".
Reality? What's that? 😉
Jeff Moden (7/9/2008)
July 9, 2008 at 12:56 pm
Dugi (7/9/2008)
Now, who is the best for you the MVP guy or the Engineer!???
Best for what?
Writing books?
Teaching a class?
Managing a database?
July 9, 2008 at 12:54 pm
Shouldn't take that long. I've got a 800 GB database that restores in just over an hour. If it's really slow, check your disk speed and performance
You can restore with...
July 9, 2008 at 12:48 pm
DBRindex updates the stats with full scan. What I always advise against is doing a sampled update stats (the default) after a reindex, because the update stats can leave the...
July 9, 2008 at 12:31 pm
Test your backups after you make them. An untested backup is more dangerous than no backup at all.
Make sure you're running log backups if you need to be able to...
July 9, 2008 at 11:47 am
I would suggest calling MS's customer support people. This kind of error is very hard for us to help you with. (details here - http://support.microsoft.com/kb/295539)
Logging a call does cost, but...
July 9, 2008 at 11:30 am
Lynn Pettis (7/9/2008)
Oh, should I do that before or after DBCC UPDATEUSAGE? Couldn't remember the DBCC command so I started with updating the statistics.😎
Doesn't matter. All updateusage does is...
July 9, 2008 at 10:52 am
gravittl (7/9/2008)
July 9, 2008 at 10:30 am
Mani Singh (7/9/2008)
After the Move, Change the compatibility level
Why would you change the compatibility level after moving a database to another server?
July 9, 2008 at 10:22 am
Mani Singh (7/9/2008)
sometimes, the Deadlocks might resolve by themselves in time, but if you kill a long waiting deadlock, you might end up with a Phantom Process/lock and...
July 9, 2008 at 10:21 am
robin.porter (7/9/2008)
The question was really around 64bit Xeon vs. IA64 Itanium.
Go for the 64bit Xeon. The itanium's not worth the extra hassles that it will cause.
July 9, 2008 at 7:07 am
Viewing 15 posts - 45,841 through 45,855 (of 49,571 total)