How we can take the backup of server side hosted database
please tell me any one how we can take the backup of server side hosted 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.
Nilesh SawardekarPosted Jul 12, 2016, 8:56 AM
Rajeev PunhaniPosted Jul 7, 2016, 2:51 PM
You can do it with SQL Server Management Studio. Here are the steps -
You will have a script file that contains both database schema and data.
If the above solution is helpful then,accept the answer.