Forum Replies Created

Viewing 15 posts - 706 through 720 (of 1,524 total)

  • RE: I/O requests taking longer than 15 seconds to complete

    Interesting. However, the SAN team tells me.. if we had problems with the SAN or connectivity many other larger systems not on SQL Server would be complaining up and...

  • RE: MDMP files

    Correct. By stopping SQLAgent service no jobs will run. Then you restore msdb database from a good db backup, then start SQLAgent.

    run the CHECK Integrity again to make...

  • RE: very high CPU, 0 I/O, no blocking, NULL in wait type? What could be possibly going wrong?

    Find out which SPID it is using and do a SP_WHO2 xxx where xxx is the SPID of the running query. Run this a few times...

  • RE: SQL Server crashes when data drive full?

    TEMPDB files can grow quite large due to sorts and temp tables.

  • RE: SQL Server crashes when data drive full?

    Meet George Jetson (10/26/2012)


    Gail - what if it were a system database, in particular the master database?

    THe master database will probably never grow. All it holds is logins and...

  • RE: SQL Server Consolidation (25 servers)

    Another thing to look at the database character set and collation. Make sure they are all the same. There 'can' be problems if you move a database with...

  • RE: SQL Server crashes when data drive full?

    GilaMonster (10/23/2012)


    A full drive shouldn't cause SQL to crash. It'll cause transactions to fail, that's about all.

    Check the SQL error log, see what's the last few entries in the...

  • RE: Talking baseball

    That was a crazy game last night, wow, the Giants made a statement in game 1.

  • RE: Talking baseball

    Jan Van der Eecken (10/23/2012)


    Tigers or Giants, doesn't really matter to me who wins. May it be a great series!

    BTW, I still haven't understood why it is called the "World...

  • RE: Talking baseball

    calvo (10/23/2012)


    There it is folks! The San Francisco Giants take on the Detroit Tigers in the World Series of baseball!

    The Giants came back from a 3-1 deficit and emphatically defeated...

  • RE: Clearing out msdb.dbo.sysmail_mailitems...

    If you have a massive amount of rows you are deleting rebuild the indexes after that. That will free up your space.

  • RE: Talking baseball

    They won three straight against my Red's... LOL...

    We shall see. I am rooting for them... Getting tired of seeing Cardinals go deep into the playoffs so often.

  • RE: Talking baseball

    SQLDCH (10/19/2012)


    Giants aren't fairing much better. Hope I we get to see them come home, at least.

    looking more like a Cardinal / Tigers series... rematch of 1967/2006.

    Go Tigers! ...

  • RE: SQL login gets locked automatically

    sqldba4u (10/18/2012)


    Markus (10/18/2012)


    sqldba4u (10/18/2012)


    So that's the only reason for the locking of the login?

    If you have the 'Enforce Password Policy' checked and that user then puts the password in incorrectly...

  • RE: SQL login gets locked automatically

    sqldba4u (10/18/2012)


    So that's the only reason for the locking of the login?

    If you have the 'Enforce Password Policy' checked and that user then puts the password in incorrectly more times...

Viewing 15 posts - 706 through 720 (of 1,524 total)