TestDirector:See how many users are on TD
DescriptionIf you want to see how many users are currently in TD, do this:
Solution
First, open Project Administrator and connect to the project you want to monitor. Go to the SQL tab for the project and run this:
Select count (distinct hostprocess) from master..sysprocesses where program_name = 'TD'
This is the same code that is run when you launch TD and it checks to make sure you are not in violation of your licensing agreements. Keep hitting the "Run SQL" button to get an updated number.
页:
[1]