Can I take a backup of a database in sql server developer edition?
I am running this code
backup database Test_db to disk = d:\DailyBackUp.
This code is running successfully but the folder DailyBackUp is still empty.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See my solution.
Create 2 file
1/ BackupScript.sql
2/ AutoBackup.bat
Change your parameters if need
Now you can run AutoBackup.bat and it auto create db backup like “YouDBFileName_20120325.bak”