Regarding backup of data
Can any one tell me how can i create backup of my database.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Sep 19, 2011, 12:58 AM
you can create backup of sql server database by using backup tool by Right click on databasename->task->backup then create.................
or if u want it from command use like this---
BACKUP DATABASE testing TO DISK = 'C:\PathtoBackup\testing.bak'
Thanx.
Prabhu RajaPosted Sep 19, 2011, 3:25 AM
Pravin Gives you Correct Way to Backup a Database. and there are lot of ways to Backup a Database.
Try the Link Provided. Click Here
---------------------------------------------------------------
Thank You