About 172,000 results
Open links in new tab
  1. What happens during a live SQL Server backup? - Server Fault

    Jan 7, 2010 · The database is inconsistent at this moment, since it contains data page images that may be out of sync with one another. But now a normal recovery is run. Since the log …

  2. In sql-server, how do I give server-level permission to user to make ...

    Apr 19, 2013 · IIRC, you can grant the "BACKUP DATABASE" and "BACKUP LOG" permissions to a user. SQL Server 2008 will not allow you to create a server-level role, so you might be …

  3. backup - How do I get SQL Server Management Studio to

    Jan 4, 2019 · I have been using this tutorial to try to restore a database from a .bak file. I placed the .bak file (named WideWorldImporters-Standard) in the SQL Server Management Studio …

  4. Restore MSSQL backup that was done with NO_LOG option - sql …

    SQL Server copies enough of the transaction log so the restore operation can recover the database. The reason you cannot restore the database is because you need restore a log …

  5. Operating system error 87 using S3 connector in SQL Server 2022 …

    Sep 13, 2024 · Msg 3013, Level 16, State 1, Line 1 BACKUP DATABASE is terminating abnormally. On the S3 side, I've been using the same bucket to backup files to from another …

  6. sql server - How to backup MSSQL to NAS storage with ... - Server …

    Jul 13, 2022 · I have Synology NAS with local credentials authentication. How can I create a backup from MSSQL to such share? My only option is to authenticate with …

  7. sql server: cannot open backup device - Server Fault

    Jul 14, 2010 · The SQL Server account presumably hasn't got write permissions to the root of C: Try the Backup folder for your instance (example path C:\Program Files\Microsoft SQL …

  8. Enable SQL Server to backup on remote machines/drives

    Jul 13, 2009 · I have a SQL Server (2000, 2005 and 2008) and I'd like to use SQL Agent (or even a simple backup database 'xxx' to disk = 'yyy'), to backup to remote drives. I.e: i have a …

  9. SQL Server Backup retention policy

    Aug 24, 2010 · I need to backup database in full recovery mode with a condition as: 1. Backup database, only when space is available for backup operation and Backup retention policy must …

  10. How do I configure SQL Server to name database backup

    By default a database backup created from a maintenence plan will create a file based on the database name and timestamp, so a backup of a database named 10x would create a file …