Restart of SQL Server will affect transaction logs

  • Will the transaction logs be rotated if there is a SQL server restart

  • What do you mean by 'rotated'?

    Restart won't do anything to the database transaction logs, they'll be read when the server restarts in order to do restart recovery, but a shutdown doesn't truncate them or anything.

    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
  • It looks like you are comparing transaction logs with redo logs of oracle.

    They are completely different in the concept.

    Its only 1 log file available in SQL Server.

    Hope this helps!

    Pavan.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply