> Could I use the full backup from TDP for SQL Server and the Log backups
> created using SQL Server command 'BACKUP"  to restore a database?

Yi,

Yes... You can do this... make sure you say
/RECOVERY=NO when restoring the database
from TDP for SQL so that recovery won't be
run against the database.  It will leave it in
a mode that will allow you to restore the
associated logs via non-TDP methods (the same way
you took the log backups, except with the RESTORE command.)

Thanks,

Del

----------------------------------------------------

Del Hoobler
IBM Corporation
[EMAIL PROTECTED]

- Leave everything a little better than you found it.
- Smile a lot: it costs nothing and is beyond price.

Reply via email to