How easy is it to backup a SQL Server database via C# code?
I see lots of related questions, but no real answers.
See using SMO Library from c#
on how to use SMO library from c# to perform adminstrator tasks such backup and restor.