Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alert server

Status
Not open for further replies.

Zak2009

Programmer
Sep 4, 2009
325
KE
Hi all,

How can one configure the Alert server to check the idle time of users who have logged in and are not using and send an email to some one with there details.

Thanks
 
If u run on a terminal server you can configure idle times and force the user to log off.
 
In theory you should be able to poll the connections on an MSSQL database using EXECUTE sp_who2 and look at the Accpac databases only. The last batch field might give you what you need.
 
Hi johnhugh

On your comment above 'If u run on a terminal server you can configure idle times and force the user to log off. ' how is it achieved

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top