Forum Replies Created

Viewing 15 posts - 10,666 through 10,680 (of 49,552 total)

  • RE: Problem in database restore

    Please note: 4 year old thread.

    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: SQLServerCentral Member Levels - Updated 2010/06/10

    Keith Tate (12/10/2013)


    Kareem Abdul-Jabbar is the all-time leading scorer for the NBA (Basketball) and his career total is 38387. Going with the sports theme of the member levels.

    The problem with...

    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 syntax error

    With formatting

    IF @Action = 'U'

    BEGIN

    UPDATE p

    SET P.Employee_uno = e.Empl_uno ,

    ...

    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: SQLServerCentral Member Levels - Updated 2010/06/10

    Keith Tate (12/10/2013)


    Gail first ever SSC - Forever! We should start a pool on when she will reach SSC -Guru.

    Currently at 350 posts a month. If that is sustained, 10000...

    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: Backup With Checksum

    No. You could probably write something complex that iterates through all the pages in the DB, runs DBCC page and parses the results, but it'll be complex. Might be something...

    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: Backup & Restore

    You can't restore down-version. A SQL 2012 backup can only be restored to SQL 2012 or newer.

    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: query to find Inactive users in SQL server

    SQL doesn't track that automatically. You'll need custom auditing for 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: VLDB complete index rebuilds - a little validation needed

    If you do go that route then you don't need a full backup after the process, just a log backup after switching back to full recovery.

    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: VLDB complete index rebuilds - a little validation needed

    Have you considered bulk-logged recovery?

    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: VLDB complete index rebuilds - a little validation needed

    OLDCHAPPY (12/10/2013)


    you go to the last good backup. in this case, before the shrink process. c'nest pas?

    Correct, you go to the last good backup before the shrink, and because...

    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: will Collocation help in following situation.

    rajemessage 14195 (12/10/2013)


    but my question is still not answered.

    I answered your question

    If you're trying to get queries running faster, don't waste your time looking at partitioning

    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: VLDB complete index rebuilds - a little validation needed

    OLDCHAPPY (12/10/2013)


    - if we crash 2 or 6 hours later, we restore from the database backup run after the process and then each subsequent log backups.

    am i missing something?...

    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: VLDB complete index rebuilds - a little validation needed

    OLDCHAPPY (12/10/2013)


    GilaMonster (12/10/2013)


    OLDCHAPPY (12/10/2013)


    planning to leave about 10% free space so will check that it covers the space for index rebuilds. thanks to note that!

    Free space in the data file...

    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: Lazy Writer Activity

    Just be careful which pages/sec type counter from which object. Many have to do with reads from the page file, which is not what you're looking for.

    I'd monitor the free...

    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: VLDB complete index rebuilds - a little validation needed

    OLDCHAPPY (12/10/2013)


    planning to leave about 10% free space so will check that it covers the space for index rebuilds. thanks to note that!

    Free space in the data file should be...

    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 - 10,666 through 10,680 (of 49,552 total)