Forum Replies Created

Viewing 15 posts - 9,841 through 9,855 (of 49,552 total)

  • RE: Log size growing very fast

    Take a read through this, identify why it's growing. Post back if you need further help once you've identified the root cause

    http://www.sqlservercentral.com/articles/Transaction+Logs/72488/

    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: Clustered index rebuild failure?

    dan-572483 (2/28/2014)


    If a rebuild of a clustered index was stopped before completion, I would think that might be a problem.

    No. The rebuild will roll back completely leaving the index...

    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?

    I see this is going to require some careful planning...

    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: Finding unused stored procedures

    j-1064772 (3/3/2014)


    So - short or creating - after the fact - a trigger to update the usage date upon each call

    Yup, that's how you do it. Not a trigger,...

    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: Daily DATABASE BACKUP JOB IS FAILED

    Check the SQL Server error log for details on why the backup failed (the error log doesn't show that job failed message). Check the details of the job failures (ie...

    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: Daily DATABASE BACKUP JOB IS FAILED

    Step 1: Check the SQL error log and job history and see why it failed.

    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: How to shrink log in 2008 r2? URGENT!!!!!!

    http://www.sqlservercentral.com/articles/Administration/64582/

    http://www.sqlservercentral.com/articles/Transaction+Logs/72488/

    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: dbcc dbrecover error during CheckLogBlockReadComplete.

    Definitely not good.

    GilaMonster (3/3/2014)


    What's the exact state of the database (from sys.databases)?

    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?

    ChrisM@Work (3/3/2014)


    GilaMonster (3/3/2014)


    ChrisM@Work (3/3/2014)


    GilaMonster (3/3/2014)


    I'm going to picking your brain in the next month or so about vacation spots, I'm planning to take a off week after Bits, Wales looks...

    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: dbcc dbrecover error during CheckLogBlockReadComplete.

    That's not an error message, that's informational.

    Please can you answer my questions. I really need to see all and every message relating to that database in the SQL error log....

    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: dbcc dbrecover error during CheckLogBlockReadComplete.

    Why not?

    What's the exact state of the database (from sys.databases)?

    What are the errors in the error log relating to this DB (from just after the restart)?

    How critical is this database?

    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?

    ChrisM@Work (3/3/2014)


    GilaMonster (3/3/2014)


    I'm going to picking your brain in the next month or so about vacation spots, I'm planning to take a off week after Bits, Wales looks close. Never...

    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: dbcc dbrecover error during CheckLogBlockReadComplete.

    Restore from backup, that's the best approach by far, may be the only one.

    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: Unable to start sql server service

    https://www.simple-talk.com/sql/backup-and-recovery/the-sql-server-instance-that-will-not-start/

    Under the section on model. You'll need a backup of model, a copy of model from another identical server or to rebuild the system DBs.

    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?

    rodjkidd (3/3/2014)


    GilaMonster (3/3/2014)


    BrainDonor (3/3/2014)


    SQL Bits XII has finally been announced http://www.sqlbits.com/.

    Wooot!

    Next problem, what do I submit?

    Almost posted last night that site was up. But apparently we shouldn't have noticed 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

Viewing 15 posts - 9,841 through 9,855 (of 49,552 total)