Dear Sir
i am developing windows application using c# with sql server 2005
for that i have to create one more option in that application
i.e when i login into my application it automatically raise question "do you want data base backup" ?
if the user clicks ok its take database backup then strores in d drive
so kindly help me to complete this task
Jitendra ShekhawatPosted Apr 1, 2017, 1:50 AM
Back up a database
After connecting to the appropriate instance of the Microsoft SQL Server Database Engine, in Object Explorer, click the server name to expand the server tree.
Expand Databases, and either select a user database or expand System Databases and select a system database.
Right-click the database, point to Tasks, and then click Back Up. The Back Up Database dialog box appears.
Amit GuptaPosted Apr 1, 2017, 1:39 AM