Forum Replies Created

Viewing 15 posts - 4,501 through 4,515 (of 49,552 total)

  • RE: Server Waits are High

    I don't keep thousands of links on hand just in case someone happens to need one. I use google for that.

    The exact site is the first link returned by that...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Server Waits are High

    https://www.google.com/?q=Glenn+Berry+diagnostic+scripts

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Server Waits are High

    There are a lot of waits that should be high (most '%sleep%' waits for example) because they're from background processes that do some work and then go to sleep until...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Configuration manager - Instance not refecting

    Make sure you're using the 2012 config manager, not the one from any previous instances installed on that server.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Filegroup backup questions

    nawillia (10/15/2015)


    thanks. just confirming. someone seems to think this is feasible.

    Ask them to show you how to do it. :Whistling:

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Are the posted questions getting worse?

    Brandie Tarvin (10/15/2015)


    GilaMonster (10/15/2015)


    My desktop's decided to pack up and die. This morning I unlocked the computer to find that all drives except the boot drive were missing from Windows...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Are the posted questions getting worse?

    My desktop's decided to pack up and die. This morning I unlocked the computer to find that all drives except the boot drive were missing from Windows Explorer. Each time...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Starting an sqlserver when you have bitlocked the drive

    Click start and type Configuration Manager, let the search find it for you. The app you're looking for will be called "SQL Server 2012 Configuration Manager", you can start the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Are the posted questions getting worse?

    Additional opinions needed here please: http://www.sqlservercentral.com/Forums/Topic1727487-3411-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Are the posted questions getting worse?

    BL0B_EATER (10/15/2015)


    Do you think it is worth writing an article / blog on how you have used a particular feature (in SQL Server) to help you in your day to...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SLAs and Architectural Design

    SLA isn't just about architecture. It's about people and process as well.

    If I have a requirement for no more than 30 min of downtime and no more than 2 hours...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Filegroup backup questions

    No. You'd have to restore the filegroup, then all log backups since the filegroup backup, including the one that contains the truncate table statements. You can't restore part of a...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Check Contraint VS Unique Index

    A check constraint is used to enforce limits on column values. For example CHECK Rate > 0 would ensure that only values greater than zero can be put into the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: FlushCache msg in SQL Server logs

    With a default recovery interval, SQL tries to keep the estimated recovery time under 1 minute, you get checkpoints about every minute for active databases, can be less often for...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: An error occurred during recovery, preventing the database from restarting

    JakDBA (10/14/2015)


    I did not see any ware in the error log Corruption....

    "An error occurred during recovery, preventing the database 'ObfuscatedName' (8:0) from restarting. Diagnose the recovery errors and fix...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 4,501 through 4,515 (of 49,552 total)