About 181,000 results
Open links in new tab
  1. How can I schedule a daily backup with SQL Server Express?

    Jan 28, 2009 · It's batch file to make a sql server express database backup and keep the last 10 backups (auto remove old). It should be use with windows scheduler to make it automatic …

  2. How to create daily backup with unique name in sql server

    I want to make full database backup of my server's all databases with unique name daily. For that I have an idea to keep timestamp which will make database copy separate. Suppose there is a …

  3. backup - SQL Database automatic back up - Stack Overflow

    May 1, 2014 · I have an SQL database - I need to back it up everyday (at a minimum) - preferably multiple times a day - automatically so it definitely gets done. I'm running Windows which the …

  4. How to setup weekly auto backup in SQL Server 2012?

    Sep 16, 2014 · Please advice how can i setup automated database backup in my SQL Server 2012. I need to take all databases (currently it contains only 3 ) in SQL server an automated …

  5. How to automate database backup using phpmyadmin

    Jul 11, 2011 · 16 I am currently taking database backup manually using phpmyadmin export as a sql dump,the resulted file name will be spbkYYMMDD (Y;year m:month D:day).Is there any …

  6. Automatic MySQL backup using batch File - Stack Overflow

    Apr 25, 2016 · I am using Mysql server 8.0. Follow the steps below: create backup.bat file in the C:\Program Files\MySQL\MySQL Server 8.0\bin directory (depends on your MySQL server …

  7. Backup/Restore a dockerized PostgreSQL database

    Jul 13, 2014 · We make a backup. We register another user, so table has 3 entries. We restore backup with cat your_dump.sql | docker exec -i your-db-container psql -U your-db-user -d your …

  8. How to backup MySQL database in PHP? - Stack Overflow

    I don't have a basic understanding of how backup of a MySQL database through PHP would work. I have followed one tutorial but it didn't help me understand. Can someone explain how …

  9. Automatic backup of PostgreSQL database in Ubuntu

    Jun 10, 2016 · How to take an automatic backup of a PostgreSQL database in Ubuntu? Or is there a script available to take time-to-time PostgreSQL database backups?

  10. MySQL Database backup automatically on a windows server

    Is there a way to back up MySQL database automatically at certain times of the day for designated servers or send an email with an attachment.. Which ever do you think is the best …