Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i create a C# application that help to backup database from a local meachine and restoring it to a remote sql server automatically... please help i am in a trouble......
thanks in advance
Posted

Try starting here: Backing up an SQL Database in C#[^]
 
Share this answer
 
You can not backup and restore database from local machine to server,

but you can create a task on server that can backup and restore database on server.

okyeeeeee...

if you are familier with sql commands you can user BACKUP DATABASE & RESTORE DATABASE commands to complete these task...
 
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