Results 1 to 4 of 4

Thread: [RESOLVED] Backup ms sql using c#

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Resolved [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.

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Backup ms sql using c#

    Check this page
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Backup ms sql using c#

    http://www.csharphelp.com/archives2/archive345.html

    Or use ExecuteNonQuery() to execute a T-SQL statement like BACKUP.

  4. #4

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    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
  •  



Click Here to Expand Forum to Full Width