Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 script to find the status of database

Author  Topic 

vaddi
Posting Yak Master

145 Posts

Posted - 2006-08-07 : 15:50:57
Hello

I would like to get a script that gives the status of the databse , either its up an running or shutdown.


Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-08-07 : 15:57:02
Just run sp_helpdb to see the status of all of the databases.

Tara Kizer
Go to Top of Page
   

- Advertisement -