Click here to Skip to main content
15,891,006 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two buttons in c# form name as "backup" and "restore"

there is one table contact_book in the database address_book

so please provide me coading for the following two events
1. After clicking on the button "backup" it must generate the backup of the table in database and save the backup file on the desktop

2. And after clicking on the button "restore" it must restore the backup of the table again in the same database

DATABASE IS SQL SERVER
Posted

1 solution

See here: Backing up an SQL Database in C#[^]

What gives - I have now posted this for the third time, and answers don't seem to be appearing...
 
Share this answer
 
Comments
OriginalGriff 15-Feb-14 11:33am    
Please ignore final line: reported via Sug'n'Bugs

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