by
Prashant
28. May 2009 00:01
You want to add a functionality in your C# application to allow user to select the database to restore and taking backups of the database. C# provides the classes to allow a programmer to achieve this in the application.
Before you go and implement this feature in your application, make sure you have added the references of the following namespaces:
1.) Microsoft.SqlServer.Smo
2.) Microsoft.SqlServer.ConnectionInfo
Click the below link to download the full application
Download: DBBackup.zip (290.99 kb)
If you enjoyed this post, make sure you subscribe to my RSS feed!
efcd61a0-1a79-4bfc-8692-932620d73acb|1|4.0
Tags:
c#, sql
C#