About 88,000 results
Open links in new tab
  1. Cannot start SQL Server Audit on file

    04/13/2025 23:12:57,spid61,Unknown,SQL Server Audit failed to create an audit file related to the audit 'Omega_CA_Srv_Aud' in the directory 'C:\MS_Sql_Server_Audit'. Make sure that the disk is not full …

  2. Event 17058 - initerrlog: Could not open error log file (SQL Server)

    Aug 29, 2015 · I face the same problem after windows update on our server. Resolved with these steps. rename or delete ERRORLOG file found in below directory c:\Program Files (x86)\Microsoft SQL …

  3. sql server - Why Does the Transaction Log Keep Growing or Run Out of ...

    Dec 5, 2012 · In this case, when SQL Server reaches the point where it would be safe to truncate the log file under the simple recovery model, it will not do that. Instead, it lets the log file continue to grow …

  4. Installing SQL Server 2012 - Wait on the Database Engine recovery ...

    I am installing SQL Server 2012 SP1 on a new Windows 8.1 machine. During installation I get this error: (Screenshots similar to this question) TITLE: Microsoft SQL Server 2012 Service Pack 1 Set...

  5. error log - SQL Server ERRORLOG way too big - Database …

    Aug 23, 2020 · I'm running SQL Server 2014 on a VPS with 150Gb SSD. Today, I found that my hard disk was full 100% and there's a very large file from SQL Server Error log that was 45.7Gb.

  6. SQL Server service won't start due to certificate issues

    Jan 24, 2019 · If you don't receive an error, then make sure the SQL Server Service account has permissions to read the private key (also on the manage private keys screen). If you get an error, …

  7. sql server - FlushCache messages appearing in log at specific times ...

    Before SQL Server 2012, to get checkpoint logging you'd have to turn on a trace flag (T3504). But starting in SQL Server 2012 that message is logged by default when a long checkpoint is …

  8. sql server - Write to Error Log - Database Administrators Stack Exchange

    Example: BEGIN TRAN INSERT INTO table1 SELECT * FROM table2 IF @@ERROR <> 0 BEGIN ROLLBACK TRAN --Write to log RETURN END COMMIT TRAN EDIT: I'd like to clarify - I want to …

  9. sql server - Getting the error log location in an efficient way ...

    Jan 28, 2016 · Does anyone have any suggestions how I could work out the log file location in an efficient way, even when my log files are large. Assuming you are running SQLServer 2008R2 SP1 …

  10. sql server - Having problems joining a database to an Availability ...

    Feb 9, 2023 · 1 Trying to join a database to an AG on the secondary replica, I'm getting the error: The remote copy of database "ABC" has not been rolled forward to a point in time that is encompassed in …