December 4, 2014 at 10:49 am
I am setting up new server and am a little confused in my research of HD configuration. My main question is, is it recommended to have the Trans Logs and DB logs (ldf) on separate spindles or can they be on the same? Do Trans Logs and ldf logs write concurrently or one after the other? My plan is to configure it as follows: C:\ Raid 1, Data (Raid 10), Logs (Trans & .ldf) Raid 10, TempDB (Raid 1), Local Backups (Raid 10). Does that make sense or should I separate the Trans & .ldf files onto separate raid configs. Thanks
December 4, 2014 at 11:17 am
The transaction log files are the ldf files (Assuming normal convention of file extension). So your question is a bit confusing. Can you clarify what makes you think they are different things?
Mike John
December 4, 2014 at 11:38 am
I thought the .mdf and .ldf were database files and that the Transaction files were a different file. Have been saving the Trans files to a different location than the .mdf and .ldf files. Also the Trans are only kept for a week before they are deleted where as the .ldf seems to same the size. I am possibly very confused. Thanks for your help.
December 4, 2014 at 11:51 am
Data files as .mdf for primary and .ndf for secondary. SQL Server only uses the transaction log and the files are .ldf.
Data files are organized in filegroups, and log files don't belong to any filegroup.
You can read more about the transaction log in a comprehensive way in here: http://www.sqlservercentral.com/stairway/73776/
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply