sql server 2008 - restore only last 1 or 2 months data in sqlserver? -


i have 5 tb of data in production , development team requested restore last month data(<=500 mb ) in staging server , last 2 months data in pre production.

how can restore last 1 or 2 months data in sqlserver?

i dont think possible restore data last few months if have timestamp field in tables lead inconsistent data.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -