Forum Replies Created

Viewing 15 posts - 7,921 through 7,935 (of 49,552 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (9/4/2014)


    You never know. I get stumped all the time. That's why Gail's here.

    Wha?

    Well, at least I have a purpose in life...

    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: Database goes into "In Recovery" due to drive full

    AppSup_dba (9/4/2014)


    I concluded Rollback failure from these log entries.

    Error log

    During undoing of a logged operation in database '', an error occurred at log record ID (xx)

    Database was shutdown due 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: Rebuild INDEXES

    What's a DCS service?

    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: db issue

    The transaction log is full due to replication.

    If you have transactional replication configured, make sure the log reader is running.

    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: Transaction Log Full

    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: At a loss over performance of a TBF

    To start with, don't use multi-statement table-valued functions. They're notorious performance problems, especially when joined to other tables. That's because of the lack of stats on the table variables.

    Try converting...

    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: indexing in standard edition

    LadyDardar (9/4/2014)


    Yes we need point in time recovery. Before I switch to simple, I do a full backup, switch to simple, rebuild indexes, switch to full recovery, do another...

    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: indexing in standard edition

    LadyDardar (9/4/2014)


    It was recommended to switch to either simple or bulk.

    Probably recommended by someone who doesn't know what recovery models do...

    Does your system require point-in-time recovery in the case...

    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: indexing in standard edition

    LadyDardar (9/4/2014)


    i'm concerned that I run the risk of corrupting my db everything I switch from full recovery to simple mode.

    Um....

    SQL does not corrupt its own databases. Corruption is...

    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: DB Mirroring transactions

    Every single data modification is applied to the secondary.

    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: Database goes into "In Recovery" due to drive full

    AppSup_dba (9/4/2014)


    Error log:

    4078 transactions rolled forward in database 'database' (9). This is an informational message only. No user action is required.

    Recovery of database 'database' (9) is 4% complete (approximately 146199...

    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: Database goes into "In Recovery" due to drive full

    It shouldn't be, I did say that.

    Is the mirroring failing over?

    Are there any useful messages in the error log?

    Is the log on the mirror side also filling up?

    Are you sure...

    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?

    Eirikur Eiriksson (9/3/2014)


    BTW, the bouncing is easy, it's the catching of the server exceptions which is tricky

    You just need a large net. What's so difficult about 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: CHECKDB errors

    CheckTable isn't all that checkDB does. Try CheckAlloc and CheckCatalog.

    Have you tried the restart that the message mentions?

    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: Does anybody know what I mean by this? Security question.

    I don't even know if it'll work though. Also may cause problems when you go to deploy scripts. SQL treats 'table doesn't exist' and 'permission denied' the same way. You...

    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 - 7,921 through 7,935 (of 49,552 total)