About 88,300 results
Open links in new tab
  1. 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 weekly backup …

  2. backup - SQL Server restoring back up error: mediaset is not complete ...

    I have backed up a database I had created on an other machine running SQL server 2012 express edition and I wanted to restore it on my machine, which is running the same. I have ticked the …

  3. "No backupset selected to be restored" SQL Server 2012

    Aug 25, 2012 · I have a SQL Server 2012 database with filestream enabled. However, when I backup it and try to restore it on another SQL Server 2012 instance (on another machine), I simply get this …

  4. sql server - restoring backup from different version - Stack Overflow

    Aug 3, 2019 · The version of the instance must be greater than or equal to the version on which the backup was taken. When restoring onto a later version the database is automatically upgraded.

  5. How can I backup a remote SQL Server database to a local drive?

    Oct 15, 2010 · Create a new local (or remote) database, and change the first 'USE' statement in the script to use your new database. Save the script in a safe place, and go ahead and run it against …

  6. How can I schedule a daily backup with SQL Server Express?

    Jan 28, 2009 · You cannot use the SQL Server agent in SQL Server Express. The way I have done it before is to create a SQL Script, and then run it as a scheduled task each day, you could have …

  7. How to restore to a different database in SQL Server?

    Jun 7, 2011 · To restore a database to a new location, and optionally rename the database Connect to the appropriate instance of the SQL Server Database Engine, and then in Object Explorer, click the …

  8. SQL Server 2012: Backup restore from a compressed backup

    Both SQL Server versions are exactly same. SQL Servers Version: Microsoft SQL Server 2012 - 11.0.5058.0 (X64)-Standard Edition (64-bit) Would the usage of term 'compressed backup' for the …

  9. sql server - Error restoring database backup - Stack Overflow

    May 24, 2012 · Restore from the same detabase fails with SQL Server 2012 but succeeds with SQL Server 2008. So what's that setting that says "if the default location from the backup" is not available …

  10. SQL Server database backup restore on lower version

    May 31, 2011 · How to restore a higher version SQL Server database backup file onto a lower version SQL Server? Using SQL Server 2008 R2 (10.50.1600), I made a backup file and now I want to …