I don't want to get the outpt message from this execution of sp_configure. How can I do to get no message?
I haven't found anything useful about this.
I use the procedure in an application and I have to stop the message in sql(t-sql).
exec master..sp_configure 'show advanced options', 1 reconfigure
Messages Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.