how can we know that how many users are connected in
perticuler server??????
Answer Posted / rajesh kumar
select * from sys.dm_exec_os_connections
or
select * from sys.dm_exec_os_sessions
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the working of sql privileges?
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
How can you check the level of fragmentation on a table?
How you can get a list of all the table constraints in a database?
what changed between the previous version of sql server and the current version? : Sql server database administration
What are the steps to process a single select statement?
What is normalization? Describe its different types.
Where sql server usernames and passwords are stored in a sql server?
Explain about analysis services?
How to convert numeric expression data types by assignment operations?
How to convert a unicode strings to non-unicode strings?
What is forward - only cursors / read only cursor?
How to run sql server 2005 books online on your local system?
How can I tell if sql server is 32 or 64 bit?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?