| | |
Question?
Please support our MS SQL advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 2
Reputation:
Solved Threads: 0
i have a project of Call Management System with database SQL SERVER,now i want to limit the connected users in my database in 55 connected users only,where in this 55users can only use the system and if there is 1 user trying to connect on my database the system will no longer accepting this User. and if every user will log out the connected users should be decrement.
Last edited by mcarloskewl; Dec 3rd, 2008 at 9:14 pm.
•
•
Join Date: Feb 2008
Posts: 42
Reputation:
Solved Threads: 13
You can use table master.dbo.sysprocesses.
This system table contain connected users.
This system table contain connected users.
Last edited by huangzhi; Dec 3rd, 2008 at 11:47 pm.
Hence Wijaya
www.ex-Soft.tk
www.ex-Soft.tk
![]() |
Similar Threads
- C command-line I/O question (C++)
- Apache Alias Directive... mod_alias question (Linux Servers and Apache)
- Completely new to C++ and have question about using char (C++)
- Question (Geeks' Lounge)
- question on cooling (Cases, Fans and Power Supplies)
- Context-sensitive grammar question :( (Computer Science)
- Welcome PC Mod Kingdom peeps! (Geeks' Lounge)
- Laptop LCD built into a car? (Monitors, Displays and Video Cards)
- Changing Network Configuration (*nix Software)
Other Threads in the MS SQL Forum
- Previous Thread: Added Dependencies?
- Next Thread: Insert an Image in SQL
| Thread Tools | Search this Thread |





