Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
April 2013
(1)
January 2012
(1)
September 2011
(1)
June 2011
(1)
February 2011
(1)
July 2010
(1)
April 2010
(2)
December 2009
(1)
November 2009
(1)
September 2009
(1)
August 2009
(2)
Tags
Blocking
CDC
Data compression
Data Modeling
Data warehousing
DBA
DBA script
Distributed Database
IDENTITY
Kerberos
Oracle
Query Performance
Replication
Restore
SQL Server
SSIS
Statistics
Subtyping
Surrogate Key
Table partitioning
tempdb
Transaction
Transaction Log
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Point-in-time restore and knowing where to stop
Dimitri Furman
In some disaster recovery scenarios, a database needs to be restored to a point in time before a particular operation has occurred, e.g. before a user mistakenly dropped a table, ran a DELETE or UPDATE with no WHERE clause, etc. If the database is in the full recovery mode and the log backup chain is...
on
27 Jul 2010
Blog Post:
Reading database transaction log with fn_dump_dblog()
Dimitri Furman
While the format of SQL Server transaction log is not publicly documented, there is a number of ways to view the contents of the log. This is sometimes necessary for troubleshooting and forensic purposes. One way is the DBCC LOG command. Another is fn_dblog() table-valued function. Both are undocumented...
on
5 Nov 2009
Page 1 of 1 (2 items)