I want to do a backup of my SQL Server database via my program in ASP.Net MVC 4. Please help me on where to start as I have not done it before.
Thanks in advance
I want to do a backup of my SQL Server database via my program in ASP.Net MVC 4. Please help me on where to start as I have not done it before.
Thanks in advance
you can use Microsoft.SqlServer.Management.Smo for back up and restore database Code Project example using .Net 2.0 .Hope this will match your requirement
Also look the same type of question Restore SQL Database using C#