ニュース

SQL Server 製品版では、定期的なバックアップをメンテナンスプランで構成することが多いと思います。 BACKUP DATABASE コマンドの出力先に共有フォルダを指定することも可能ではありますが、SQL Server 実行ユーザーに権限が必要ですし、ローカルにバックアップを出力したうえでリモートにもコピー ...
図5 段階的な部分復元の例<BR>プライマリ・ファイル・グループと復元対象のファイル・グループAを優先的に復元した時点で,データベースが利用可能となる。 単純モデル・データベースの場合。
SQL Server 2005では,「データベース・スナップショット」という機能により,アプリケーション,またはユーザーのエラーから即座に復旧できるようになる。従来のバックアップからの復元操作よりも,高速に復元できる。
仮想マシン単位だけでなく、データベース管理システム(Oracle DatabaseとSQL Server)を即座にリカバリできるようにした(図2)。 データベースサーバーを復元後にトランザクションログを使って直近のデータを反映する、といった作業が要らなくなる。
EMCジャパンは6月18日、バックアップ製品群の新版を発表した。最大の特長は、Oracle Database、Microsoft SQL Serverに対してもデータの重複除外を可能に ...
Run the backup script to generate a .sql file. Then simulate a failure by deleting the database, and run the restore script to recover it from the saved file. This process shows a practical, working ...
SQL Server lets you disconnect a database from the main server program, allowing you to make safe backup copies or send data to branch offices.
You can save a backup of your MS SQL databases to a single file on your hard drive. These backup files have names ending with the ".bak" file extension, and you use them to restore database ...
This code is used to add a new log file to the database using the alter database command. Method 2-Recover Database from an Existing Backup If you fail to rebuild the corrupted Log files, then you can ...