About 319,000 results
Open links in new tab
  1. sql server - Database stuck in "Restoring" state - Stack Overflow

    I had this situation restoring a database to an SQL Server 2005 Standard Edition instance using Symantec Backup Exec 11d. After the restore job completed the database remained in a …

  2. SQL server databases stuck in restoring state - Database …

    Nov 11, 2016 · I have a Sharepoint server. We had an issue with our backup tool and now some of my databases are stuck in restoring state! Is it possible to stop the restoring process? and …

  3. SQL Server database stuck on "Restoring..." - Stack Overflow

    Jan 3, 2024 · I wanted to restore an SQL Server database to a new database so I could take a look at what records are in the backup. I have looked at articles restoring to the same …

  4. sql server - Checking If Database In Restoring State - Stack Overflow

    17 I'm running a T-SQL script that drops a database and then restores it. The script runs against a SQL Server 2008 database. Sometimes there is a problem with the backup file and the …

  5. sql server - Change all databases in "RESTORING" state to ONLINE ...

    Jun 16, 2017 · I have multiple databases that I have a backup script that pulls in logs from another server and restores them. When restoring I leave the database in the RESTORING state so …

  6. SQL RESTORE WITH RECOVERY; Hangs at 100% - Stack Overflow

    May 6, 2015 · I am attempting to recover a database with SQL Server 2014 and it keeps hanging at 100%. A lot of people suggest that the solution is to just make sure that you restore with the …

  7. sql server - Why is my database stuck in the Restoring state ...

    ALTER DATABASE {0} SET MULTI_USER After this, the tests connect to the database and do whatever they need to do. The problem is that, during the tests debug, if eventually I need to …

  8. sql server - mssql '5 (Access is denied.)' error during restoring ...

    The account that sql server is running under does not have access to the location where you have the backup file or are trying to restore the database to. You can use SQL Server Configuration …

  9. 100 GB SQL Server database stuck on "Restoring..." after restoring …

    Jun 11, 2022 · I've restored lots of SQL Server databases before but none quite this large. I got a 100GB+ .bak file that I restored recently but has been stuck with this "restoring" flag for about …

  10. SQL Server tells me database is in use but it isn't

    Feb 24, 2011 · SQL Server keeps telling me a database is in use when I try to drop it or restore it, but when I run this metadata query: select * from sys.sysprocesses where dbid in (select …