About 308,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 schedule backup in sql server 2008? - Stack Overflow

    Beside the solutions mentioned in this thread, I can recommend using ApexSQL Backup to create a SQL Server scheduled backup. I’ve found an article that gives a brief introduction on backup …

  4. sql server - Restore Backup Access Denied - Stack Overflow

    I'm trying to restore a backup from a .bak file to a local database server and keep getting the error message. An exception occurred while executing a Transact-SQL ...

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

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

    May 1, 2014 · Auto Backup Database Using Maintenance Plans Simple Step : Go To SQL Server Configuration Manager > SQL Server Services > Run SQL Server Agent (Set it to Run …

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

    When I backup or restore a database using MS SQL Server Management Studio, I get a visual indication of how far the process has progressed, and thus how much longer I still need to wait …

  8. sql server - How to automatically backup a SQL database and then …

    Mar 18, 2019 · How can I backup a SQL database to a destination automatically every day and delete the Backup automatically older than 5 days?

  9. Add date to SQL database backup filename - Stack Overflow

    I'm using the below to backup a db from a SQL job. Can someone tell me how to add the current date to the output filename? Preferably in YYYYMMDD format. BACKUP DATABASE [myDB] …

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