English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

SQL Server の起動に未登録のトレース フラグが使用され、データベースのバージョン管理ができなくなったため、データベース '%1' でスナップショット分離および READ COMMITTED スナップショットを使用できません。スナップショット分離を使用して開始したトランザクションは失敗します。READ COMMITTED スナップショットで実行したクエリは成功しますが、その処理は、ロックに基づく既定の READ COMMITTED によって行われます。

Click to search this error in Google

English version

Snapshot isolation or read committed snapshot is not available in database '%1' because SQL Server was started with one or more undocumented trace flags that prevent enabling database for versioning. Transaction started with snapshot isolation will fail and a query running under read committed snapshot will succeed but will resort back to lock based read committed.

Click to search this error in Google



Localized version
 Japanese

Error category
 SQL Server

Other localized versions
8 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions