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
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
How to create a testing table with test data in ms sql server?
Mention what are the core components of ssrs?
What are sub reports?
query processing
What are the differences between lost updates and uncommitted dependencies?
Does any body please help me what question's have asked for SSRS in the interview?
How to add additional conditions in SQL?
Describe the left outer join & right outer join. : sql server database administration
What happens if the update subquery returns multiple rows in ms sql server?
What is the difference between dropping a database and taking a database offline?
How can we call UDF(User Define Function) using C# code in ASP.net ?
Does union all remove duplicates?
What are three major types of constraints?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?