Event Id | 18269 |
Source | MSSQLServer |
Description | Database file restored: Database: %1, creation date(time): %2(%3), file list: (%4), number of dump devices: %6!d!, device information: (%7). |
Event Information | CAUSE: This informational message indicates that a database file restore has completed successfully. This message is written to the application event log and the SQL Server error log every time a backup finishes. RESOLUTION: 1. If the message is filling up your application Event Viewer logs, you can change properties of the log by setting the "Maximum log size" or choosing a different option under "When maximum log size is reached". 2. If the message is causing your SQL Server error log to grow too large, you can execute the sp_cycle_errorlog stored procedure to create a new log. For more information about how to increase the number of SQL Server error logs retained, 3. You can enable the trace flag 3226. This trace flag will prevent all informational BACKUP and RESTORE messages from being written to the SQL Server error log and the NT application event log. Informational BACKUP and RESTORE messages include 18264, 18265, 18266, 18267, 18268, 18269, 18270, 18271, 18276, and 18277. Be aware that alerts for BACKUP and RESTORE informational messages will no longer fire, since they rely on an entry in the NT application event log. |
Reference Links | Microsoft product: SQL Server Version: 2000.80.760.0 Event Source: MSSQLServer Event ID: 18269 |
Catch threats immediately
We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.