Forum Replies Created

Viewing 15 posts - 45,841 through 45,855 (of 49,571 total)

  • RE: Performance Issue Of One Database Effecting Another

    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...

  • RE: Deadlocks

    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...

  • RE: Dumb Question!

    GSquared (7/9/2008)


    "physical universe reality".

    Reality? What's that? 😉

    Jeff Moden (7/9/2008)


    I always have the clustered index on something that maintains the order of inserts so that the inserts go to the...

  • RE: What's an MVP?

    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?

  • RE: transaction logs

    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...

  • RE: Hurting performance instead of improving

    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...

  • RE: transaction logs

    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...

  • RE: Getting an intermittent error, A system assertion check has failed.

    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...

  • RE: Brain Dead Moment

    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...

  • RE: Brain Dead Moment

    Have you done an UPDATE STATISTICS?

  • RE: What's an MVP?

    gravittl (7/9/2008)


    As a DBA who manages on different platforms and databases than just SQL Server, the downside I see is that anytime I see a quote from anyone tagged as...

  • RE: moving database to another machine

    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?

  • RE: Deadlocks

    Mani Singh (7/9/2008)


    Adding to it:

    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...

  • RE: Itanium vs. x86 - Which is better ?

    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.

Viewing 15 posts - 45,841 through 45,855 (of 49,571 total)