Hi,
Recently I noticed that the state of some of my databases have changed unexpectedly.
So I need that if the following query returned any row ,then an email must be sent to my outlook account to show me the list of those databases.
select name,recovery_model_desc,recovery_model from sys.databases where recovery_model_desc = 'SIMPLE'Please Help me!