vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Saadiq" <saadiqm2002@yahoo.com> wrote in message news:2d16fc07.0410050403.5edb5286@posting.google.c om... > Hi > > What is the sql commnad to view active user on sql sever databases > > Thanks sp_who2 to see current current active connections, or sp_helpuser to see all users and roles defined in the current database. Simon |