Suppress message parameter #457
Answered
by
olahallengren
pasqualeceglie
asked this question in
Ideas
-
Hi Ola, do you think it is a good idea to have a parameter to suppress info messages (RAISERROR with severity 10)? |
Beta Was this translation helpful? Give feedback.
Answered by
olahallengren
Nov 29, 2020
Replies: 1 comment
-
The drawback with a parameter like that, is that it would be very difficult to find out why the script behaved the way it did. For example why a database was skipped, why the backup type was changed or why there was an error. The informational messages are invaluable in understanding what happened. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pasqualeceglie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The drawback with a parameter like that, is that it would be very difficult to find out why the script behaved the way it did. For example why a database was skipped, why the backup type was changed or why there was an error. The informational messages are invaluable in understanding what happened.