Results 1 to 9 of 9

Thread: [RESOLVED] SQL Backup

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2011
    Posts
    688

    Resolved [RESOLVED] SQL Backup

    Hi

    Can we take the Backup of SQL Database using VB as front-end .

    Thanks

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Backup

    Thread moved to the 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: SQL Backup

    How do you want to back up the data, in to another database or output it to .sql file?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2011
    Posts
    688

    Re: SQL Backup

    Hi

    One option if possible is to copy MDF , LDF files with date extension . Secondly if possible output to .sql file.

    Thanks

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: SQL Backup

    The second attachment here shows how to create a .sql backup script from a mysql database.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2011
    Posts
    688

    Re: SQL Backup

    Hi

    I am talking about Microsoft SQL Backup not MySQL of PHP

    Thanks

  7. #7
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: SQL Backup

    Quote Originally Posted by Jagjit View Post
    Hi

    I am talking about Microsoft SQL Backup not MySQL of PHP

    Thanks
    Ah ok! I remember someone else asking the same question a while back have you searched the forum?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #8
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Re: SQL Backup

    Quote Originally Posted by Jagjit View Post
    Hi

    One option if possible is to copy MDF , LDF files with date extension . Secondly if possible output to .sql file.

    Thanks
    You cannot copy those 2 files while the database is attached and live. SQL Server has it's own format to store both database and the log in 1 file (unless you want it in .sql file as an export).

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2011
    Posts
    688

    Re: SQL Backup

    Hi

    Can u help me how it can be done

    Thanks

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