|
-
Jun 21st, 2007, 02:31 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Backup ms sql using c#
hi guys! Is there a way for me to backup my MS SQL Server 2000 Database programmatically? Thanks!
Last edited by daimous; Jun 21st, 2007 at 03:03 AM.
-
Jun 21st, 2007, 06:24 AM
#2
Re: Backup ms sql using c#
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 21st, 2007, 09:49 AM
#3
Re: Backup ms sql using c#
http://www.csharphelp.com/archives2/archive345.html
Or use ExecuteNonQuery() to execute a T-SQL statement like BACKUP.
-
Jun 21st, 2007, 07:06 PM
#4
Thread Starter
Fanatic Member
Re: Backup ms sql using c#
Thanks guys..I'll try that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|