Technical Article

Recovery Model on all Databases - w/o cursor

,

Recovery Model on all Databases - w/o cursor

select name,DATABASEPROPERTYEX (name, 'Recovery') 
from sysdatabases
where category in ('0', '1','16') 
order by name

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating