So while running a really generic restore to the SQL Server cluster instance sql1:
USE [master] RESTORE DATABASE [enron] GO |
The error, while descriptive, was interesting because it was "terse" :)
Msg 3224, Level 16, State 2, Line 2 Error: 3224, Severity: 16, State: 2. (Params:). The error is printed in terse mode because there was error during formatting. Tracing, ETW, notifications etc are skipped. Msg 3013, Level 16, State 1, Line 2 RESTORE DATABASE is terminating abnormally. Msg 701, Level 17, State 123, Line 2 There is insufficient system memory in resource pool 'default' to run this query. Completion time: 2021-02-04T03:18:26.1654581-08:00 |
No comments:
Post a Comment