Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンテンツDBバックアップ(2010 DB移行プロセスの一部)の場合、バックアップ期間中、SharePoint 2007コンテンツDBを「読み取り専用」に設定するにはどうすればよいですか?
クエリウィンドウでは、次のようになります。
ALTER DATABASE <dbname> SET READ_ONLY;
そして元に戻すには:
ALTER DATABASE <dbname> SET READ_WRITE;
GUIを使用してこれを本当に実行する場合は、データベースを右クリックしてプロパティを選択し、[オプション]タブに移動して、[状態]セクションまでスクロールします。そこで、それを選択Database Read-OnlyしてTrueまたはFalseに設定できます。
Database Read-Only