hi,,,,,,,,,,,,
How can i take backup of SQL Server 2005 which created with the use of c# 2005 for windows application.
hi,,,,,,,,,,,,
How can i take backup of SQL Server 2005 which created with the use of c# 2005 for windows application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Sep 18, 2008, 12:34 PM
Go to the Management Studio, right click on your database name and select Tasks >> Back up option and follow the wizard stepos.
If you are looking for backup from the code, here are some articles on backup:
This is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format ,the user-friendly screen let you backup and restore SQL Server database to local harddisk or remote network driver easily and quickly.The program can restore database easily.
An article describing how to use the NAnt build tool to create a custom, automatted backup process.
It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a automatic backup in Sql server 2000.
This articles shows how to create a simple backup manager in C#.
It is a sample ASP.NET and Visual Studio 2005 application for creating a SQL Server database at runtime. I have used SQL-DMO dll. This article will show you how to create a database in SQL Server 2005 and 2000.