Click here to Skip to main content
15,891,871 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have lakhs of records in my sql server 2012 database. I want to backup data of specific month everytime through function or sql query.

Thanks in advance.

What I have tried:

I have tried differntial back up full back up but in vain.
Posted
Updated 15-Apr-16 1:51am
Comments
Philippe Mori 15-Apr-16 17:05pm    
Do you really thing that a question with so little information would get any useful answer? We cannot read your mind. Be more specific and explain your problem with enough détails.

1 solution

You need to configure the backup schedule for every month(one time) using SQL Server Management Studios

Steps of that configuration are Here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900