Click here to Skip to main content
15,888,000 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to take backup of server database to my local system.how can i do that please help me.Thanks in Advance.
Regards
Shibashish mohanty
Posted

SQL server allows to take backup on computer on which it is installed.

To retreve backup on client computer :

1) you should to fire a backup command on server computer where sqlserver is installed

2) you can transfer backup on client computer using "ftp" or using "download" by asp.net etc only...
 
Share this answer
 
If you want to do it from code, then see here: Backing up an SQL Database in C#[^]
 
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