What is the best way to find out whether database is readonly state or read write state? My requirement is to from a central sql box connect to all linked servers and get a list of databases that are in read only state.
Is there anyway to know this without using sp_dboption on each database? Like from the master database ? Sysdatabases table status column have the bit value combined for the settings. Is there any other possibility to acheive this.
Thanks...