Internal Checkpoint Issue

  • One of the Background spid is showing as a CHECKPOINT status and never clears out. Due to this,i cant able to RESTORE the database (routined job), it cant take exclusive Lock.

    Below is the only high resource statement I can see running in background.

    13 BACKGROUND sauserdatbase CHECKPOINT 4245251024210/06/2014 19:45:24

    Can anyone suggest me, how to clear this background spid of checkpoint without restarting the SQL Server? or suggest any other way to run our restore?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • Have you tried

    use master

    go

    alter database yourdatabasename

    set restricted_user with rollback immediate

    then trying your restore?

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

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