Groups | Blog | Home
all groups > sql server (alternate) > october 2004 >

sql server (alternate) : how do you know what transation ID to play forward after restore?


emebohw NO[at]SPAM netscape.net
10/6/2004 1:15:51 PM
When you restore a backup from a point in time, how do you then know
which transaction ID to start with when you want to roll forward from
Simon Hayes
10/7/2004 1:43:28 PM

[quoted text, click to view]

You have to mark the transaction in order to recover to it - see "Recovering
to a Named Transaction" and "BEGIN TRANSACTION" in Books Online. If you
didn't mark it, then you can only specify a time to restore to.

Simon

AddThis Social Bookmark Button