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

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

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

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

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

  8. SQL-Server: Is there a SQL script that I can use to determine the ...

    Script to check the Backup and Restore progress in SQL Server: Many times it happens that your backup (or restore) activity has been started by another Database Administrator or by a job, …

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

  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 …