In a SQL Server 2008 environment, you may encounter the following symptoms:
When you examine the SQL Server Error log, you notice that a significant amount of time is spent before the ANALYSIS phase of the database recovery process.
- One or more databases take a very long time to finish recovery during SQL Server startup.
- When you perform restore of a database, it takes a very long time to complete.
- Attempts to attach a database take a very long time to finish.
- When you try to set up database mirroring, you encounter error messages 1413, 1443 and 1479, indicating a timeout.
- You encounter memory-related errors like 701 when you attempt to restore a database.
When you examine the SQL Server Error log, you notice that a significant amount of time is spent before the ANALYSIS phase of the database recovery process.
2010-05-08 14:42:38.65 spid22s Starting up database 'lot_of_vlfs'.
2010-05-08 14:46:04.76 spid22s Analysis of database 'lot_of_vlfs' (16) is 0% complete (approximately 0 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
2010-05-08 14:46:04.76 spid22s Analysis of database 'lot_of_vlfs' (16) is 0% complete (approximately 0 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.