sql server - Restore database with full backup to exact date -


i'm trying restore sql server 2008 r2 database date 01/07/2013 full backup dated 11/04/2014. restore possible?

thanks

the short answer is: no. simplifying bit, backups snapshot point in time. if worked way seem want them work, they'd unbounded in space they'd have keep track of previous state inception of database.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -