Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesIs a single transaction log created for a database or, if you have a primary and a secondary file group in that database, are two transaction logs generated? Yep, a newbie. Thanks, Phil
Post Follow-up to this messageHi SQL Server uses only one virtual log file per database at a time, so having multiple transaction log files will not help. Transaction logs are only a performance problem when they are not on disks that are optimal for them. As they are sequential writes, RAID-10 is best, and on separate drives to the database files so the IO is not shared by data reads. Regards -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Zurich, Switzerland IM: mike@epprecht.net MVP Program: http://www.microsoft.com/mvp Blog: http://www.msmvps.com/epprecht/ <plsullivan63@gmail.com> wrote in message news:1135105221.803070.50000@g43g2000cwa.googlegroups.com... > Is a single transaction log created for a database or, if you have a > primary and a secondary file group in that database, are two > transaction logs generated? Yep, a newbie. > Thanks, > Phil >
Post Follow-up to this messageThanks Mike; you've been a great help in our efforts. Happy Holidays! Phil
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread