Tuesday, February 14, 2012

database uptime indicator

Hi there,
I am interested to explore the MSSQL databases uptime monitoring and would
like to publish the indicators in web UI, does anyone has done this before
or having any idea how to do it?
thanks.> I am interested to explore the MSSQL databases uptime monitoring and would
> like to publish the indicators in web UI, does anyone has done this before
> or having any idea how to do it?
SELECT login_time FROM master.dbo.sysprocesses WHERE spid=1
RADl0PASlV