About 222,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 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 …

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

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

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

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

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

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

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

  10. How to disable backups on Azure Sql Serverless database

    Aug 17, 2023 · You cannot completely disable automated backups as it is required for Azure SQL to operate. In addition, please note that applications connected to the database like SQL …