If you set up SQL to automatically backup your database on a schedule using SQL Agent, it will force a date increment in the backup file name. So the Northwind database would have backups named:
You need to tell the schedule when to backup the database and how many backups to keep. Also, you shouldn't name your backup files with .bak, they could get flagged as temporary by other Windows utlilities that look specifically for .bak and .tmp files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.