Trying to alter a database to enable snapshot_read_committed. The statement is not running due to the CHECKPOINT process being in the database.
How can I kick the processes into another db so I can run this command?
Thanks
|
Trying to alter a database to enable snapshot_read_committed. The statement is not running due to the CHECKPOINT process being in the database. How can I kick the processes into another db so I can run this command? Thanks
| |||||||||
feedback
|
|
What ended up working was this... In another database, run this statement - it's not necessary to run the full million rows.
I had tried running the checkpoint in another database, but there wasn't any work to be done, so the process didn't switch. | |||
|
feedback
|