Get List of active users in Sql Server 2000
procedure TForm1.Button1Click(Sender: TObject); begin ADOQuery1.SQL.Add('Exec SP_WHO'); ADOQuery1.Active := True; end;
Get List of active users in Sql Server 2000
procedure TForm1.Button1Click(Sender: TObject); begin ADOQuery1.SQL.Add('Exec SP_WHO'); ADOQuery1.Active := True; end;
Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.