PugTheBlack
ISP
I am trying to find a good command to check the recovery model of each database on my server, SQL 2k SP4.
I know how to do it in SQL2005, but I havent found a good command for it in 2000...
Select name, recovery_model_desc from sys.databases
Will do the trick in 2k5 - want a command that will do more or less the same on a SQL2000 server...
Anyone? - I could probably just mess around and make one, but why do it yourself if someone already has a good way of doing it
-Pug
I know how to do it in SQL2005, but I havent found a good command for it in 2000...
Select name, recovery_model_desc from sys.databases
Will do the trick in 2k5 - want a command that will do more or less the same on a SQL2000 server...
Anyone? - I could probably just mess around and make one, but why do it yourself if someone already has a good way of doing it
-Pug