
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
mdf file cannot be overwritten when restoring a database in SQL …
Mar 8, 2011 · But the SQL Serve tell me the following error: The file 'C:\SQL Directory\DATA\A.mdf' cannot be overwritten. It is being used by database 'A'. But if I delete A …
How can I restore a microsoft sql server database backup to …
Feb 8, 2013 · 3 I need to take a Microsoft SQL Server database backup (dump) file and import/restore into a PostgreSQL database. Does anybody have some sort of transform script …