Results 1 to 4 of 4

Thread: Backup SQL Database from Windows Forms?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Posts
    147

    Backup SQL Database from Windows Forms?

    Hi all - anyone know the command of even if it's possible to backup my sql database from my windows form app?

    TIA

    Steve.

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: Backup SQL Database from Windows Forms?

    Use an SqlCommand and pass the "Backup database..." SQL syntax?

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Backup SQL Database from Windows Forms?

    Here's a thread where this was discussed recently...

    http://www.vbforums.com/showthread.p...t=backup+funds

    Search for "BACKUP FUNDS" for other examples of t-sql backup syntax that I have posted...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Posts
    147

    Re: Backup SQL Database from Windows Forms?

    Perfect Cheers

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