ニュース

AUDIT MASTERは、内部統制のためのデータベース監査を主な目的とした、トランザクションログ解析ソフトである。 不正な操作を検知したり、データベース監視のための監査証跡レポートを出力したりできる。
SQL Server transaction logs A transaction log is a sequential record of all changes made to the database while the actual data is contained in a separate file.
前章ではSQL ServerがCPUを効率的に使用するために内部に保持しているSQLOSスケジューラについて紹介しました。この章ではSQLOSスケジューラに管理される側の動作の1つであるデータファイルやトランザクションログファイルと ...
手順15 [参考] SQL Serverでは、標準の復旧モデルである「完全復旧モデル」のトランザクションログは、データベースのバックアップを実施しない限り、削除されません。 運用に合わせ、バックアップを実施することもご検討ください。
Delayed durability offers something that many SQL Server professionals have wanted for years-the ability to disable transaction logging. Why turn off the transaction log? You can accelerate ...
Does anyone here know of a way to view the tranaction log in sql server 2000? I know you can use lumigent log explorer but I don't want to pay for a product that will allow this.