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
-- |