• I've been using this query:

    select recovery_model_desc from sys.databases where name = 'master'

    The sys.databases view is in every database.

    I guess you could post your statement in the "Scripts" section. See the navigation list on the left side of the screen.

    Greg