About 136,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. 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 …

  7. 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 …

  8. XAMPP (Windows) backup MySQL Database Automatically

    XAMPP (Windows) backup MySQL Database Automatically Asked 10 years, 7 months ago Modified 5 years, 9 months ago Viewed 15k times

  9. t sql - Fully automated SQL Server Restore - Stack Overflow

    Mar 25, 2010 · I'm not very fluent with SQL Server commands. I need a script to restore a database from a .bak file and move the logical_data and logical_log files to a specific path. I …

  10. How to automatically backup a SQL Database as a script (.sql file)

    Jun 21, 2023 · Azure SQL Database is automatically backing up your database every minute. Why do you want to take a daily backup locally?