Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello...
Today in my software that is an application software i need to take database backup (sql server 2005) by using C# code. I want that at every time when i will open or close my software it will take a backup of the related database in a particular folder in a drive.
Thank You....
Posted

hello tanisha p

this link will guide you for your best

Backup of database using c#[^]

wish you for better code....

thanks
 
Share this answer
 
Comments
tanisha pandey 7-Feb-13 4:18am    
can you help me for this...

Backing Up a Whole Database
BACKUP DATABASE { database_name | @database_name_var }
TO <backup_device> [ ,...n ]
[ <mirror to="" clause=""> ] [ next-mirror-to ]
[ WITH { DIFFERENTIAL | <general_with_options> [ ,...n ] } ]
[;]

is this enough for taking backup of database? give me any example of this given syntax.. because i didn't understand the syntax.

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