asp.net mvc - Database back up from mvc.net application -


i using vs2010 , working on mvc application. want database backup c# code , want restore database.

if 1 has solution please reply.

you can perform database backups using t-sql script see msdn page: http://msdn.microsoft.com/en-us/library/ms186865.aspx

then wrap stored procedure , execute c# code.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -