View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:12 AM
David Portas
 
Posts: n/a
Default Re: SQL Server Backup

If you use transaction log backups you can *restore* changes up to a
particular date but a backup of a database or log always includes all
committed data at the point of backup. If you require a greater degree
of selectivity you can restore to a temporary database and then extract
just the required data.

--
David Portas
SQL Server MVP
--

Reply With Quote