May 29, 2011 at 3:25 am
hi,
I have not get much clarity on mdf files and logfile.I want to know the
MDF files which type of data can store ? and
LDF files which type fo trasaction can store ?
Plz tell me as detail
Thanks.
D.Giri.
May 29, 2011 at 4:23 am
Not sure what you're looking for...
The mdf (and ndfs if present) store all the data that's within the DB. That's all tables, all indexes, etc
The ldf stored the records of modifications of those objects.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 29, 2011 at 10:50 am
Gail's summary is spot on. For more information, start at the following URL...
http://msdn.microsoft.com/en-us/library/ms179316.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply