ニュース

Many times the large size of transaction log file (.ldf) in microsoft sql is too big which leads to performance issues and loss of valuable disk space.therefore it's imperative to periodically do ...
SQL Serverにおけるトランザクションログの管理については、SQL Serverのドキュメントを参照してください。 なお、SQL Serverのログファイル名は、Systemwalker IT Service Managementのインストール時に指定した値 (デフォルト:ARSysLog)に、拡張子ldfが追加された値になります。
I have a database on SQL Server 2000 which is about 6GB but the LDF file is 100GB. I have been doing some research on the matter and found out that I have several options. Switch to Simple mode ...
I have a SQL 2000 SP4 server and MOM 2005 is reporting that the tempdb database log file is getting to large. Sure enough, it the templog.ldf file is a little over 9GB in size.I honestly don't ...