sp_configure information message

  • Upon running a successful sp_configure option and reconfigure, SQL throw an informational message like 'Configuration option 'xyz' changed from x to z.' etc.

    Is there a way to avoid those informational messages? A configuration to tell SQL not showing them?

  • if you mean that you dont want information message then you can run with NO info Msgs, this will only return error messages 🙂

  • I thought so that something like no error msgs existed but I didn't find it hence the post!

    I'll take a look again.

  • Are you able to tell me the command name? I'm googling and still find nothing, so I presume I'm not looking for the good keywords.

  • I've found and remember that WITH NO_INFOMSGS suppress information but it is used mostly with DBCC statements and does not apply to reconfigure.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply