Forum Replies Created

Viewing 15 posts - 41,716 through 41,730 (of 49,571 total)

  • RE: DBCC won't even run

    -- Cranfield (1/15/2009)


    SCSI bus fault occurred on Storage Box box 0, , Port 1 of

    Array Controller in slot 1.

    This may result in a "downshift" in transfer rate...

  • RE: I/O requests taking more than 15 seconds

    Sandra Skaar (1/15/2009)


    Avg. Disk sec/Write: Last(.001), Average(.252), Minimum (0.000), Maximum(2.500)

    Avg. Disk sec/Read: Last(.000), Average(.020), Minimum (0.534), Maximum(11.141)

    That is bad!

    The sec/read and sec/write should be below 10ms. You've got...

  • RE: Common Mistakes in T-SQL

    RBarryYoung (1/15/2009)


    Can you use those Plan Guide thingys? Or do you need something more stable for that?

    That's exactly what we're looking at.

  • RE: Partitions, SANS and Logical Drives Setup

    SQLH (1/15/2009)


    Would this setup gain performance from having does logical drive setup? Why or why not?

    No. It's still the same physical drive. It may even decrease performance by requiring the...

  • RE: DBCC CHECKDB doing nothing

    Is it blocked by another query? Is there a wait type, and if so, what is it? (check sysprocesses)

    Are there any entries in the error log? That sometimes happens when...

  • RE: Are the posted questions getting worse?

    Chris Morris (1/15/2009)


    They take a few moments to string, speshly in the dark, so if Mr Catburglar comes visiting then your best move would be to pin him to the...

  • RE: Index is not used (but it is, after editing something....)

    By rebuilding the index you have updated statistics and removed fragmentation. Both can make SQL pick an index it previously ignored. My bet's on the statistics.

  • RE: deciphering the erroelog code.

    There's nothing there that makes any sense and certainly nothing that points to a cause for a deadlock. I've never heard of a deadlock on a communication buffer before.

    Maybe give...

  • RE: Common Mistakes in T-SQL

    Kent Waldrop (1/15/2009)


    And veto power can stop many problems before they ever happen.

    I officially had veto rights at my last company. I say officially, because the CIO tended...

  • RE: Common Mistakes in T-SQL

    Jeff Moden (1/15/2009)


    I've been fortunate, recently... I've convinced folks to mostly NOT buy 3rd party software and, when we do, I get to grill both the software and the people...

  • RE: DBCC won't even run

    So the drive was accessible when SQL started, but something happened a little later. Can you check the windows event log around the same time as the latch errors started?...

  • RE: Are the posted questions getting worse?

    GSquared (1/15/2009)


    Sounds like quite a nice collection. All I have is handguns, and none of them are particularly pretty (functional, but not quite so aesthetic).

    Grant Fritchey (1/15/2009)


    There are projectile...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/15/2009)


    For example, oh Gail, how many swords in your house?

    Only one at the moment. I'm considering buying a basket-hilt rapier (local weapons shop has a nice ornamental...

  • RE: Common Mistakes in T-SQL

    Kent Waldrop (1/15/2009)


    I would say that biggest source of the problems that I've seen over the years are design problems.

    Agreed. I'm in the middle of a wonderful one now.

    Rather...

  • RE: DBCC won't even run

    -- Cranfield (1/15/2009)


    I was thinking of renaming the files, dropping the database and then atttempting to attach the files.

    No! Absolutely not. If you do that, there's a good chance...

Viewing 15 posts - 41,716 through 41,730 (of 49,571 total)