Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Is it possible to backup the database using the Run SQL command?

  1. #1
    amient2 is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default Is it possible to backup the database using the Run SQL command?

    We are already backing up the database automatically, but I was wondering if it is possible to use the Configuration=>Advanced=>Run SQL command from within the administration site to execute a database backup.

    Thank you for your help.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    There is a BACKUP SQL command that you could probably use. I've never tried it but it looks like it would probably work, as long as the hosting environment allows it.

    http://msdn.microsoft.com/en-us/library/ms186865.aspx

  3. #3
    amient2 is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default Thanks

    Thanks for the information!