Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SQL Server databases are primarily backed by two categories of files – Newtablinkaliasdata filesurlhttp://technet.microsoft.com/en-us/library/ms179316(v=sql.105).aspx and

 and
Newtablink
aliaslog files
urlhttp://technet.microsoft.com/en-us/library/ms190925.aspx
. The data files contain all of the data related to the database, including tables, indexes, and object definitions, while the log files contain a log of all of the changes which have been made to that data. This separation of log and data files is critical to ensuring the recoverability of the data in the case of an unexpected server failure.

...