Activity overview
Latest activity by sk75
Thank you Peter for the reply. The problem i have with SQL Server way of backing and restoring is that, SQL Server 2005 doesnt allow me to put the Db in standby mode(which would help me apply more differentials) while restoring a db from a different version and the NoRecovery option accepts more differentials but makes the database unusable. I want it to atleast be in a Read-Only mode(Standby) so that i can apply more differentials and at the same time use the DB for my reporting purposes....
Regards
Sukesh / comments
Thank you Peter for the reply. The problem i have with SQL Server way of backing and restoring is that, SQL Server 2005 doesnt allow me to put the Db in standby mode(which would help me apply more ...
Backup & Restore between different versions
Hi,
Does SQL Backup help in backing up the database differentialy from one version(2000) and restoring the differentials to another version (2005)?
Please do let me know..
Sk