how can we know that how many users are connected in
perticuler server??????
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vishnu
sp_who which is documented or sp_who2 which is similar but
technically not documented.
| Is This Answer Correct ? | 1 Yes | 0 No |
CREATE a table from another table
Why do we use functions?
How to skip remaining statements in a loop block using continue statements?
I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output
Difference between LEN() and DATALENGTH() in sql server ?
Is mysql better than sql server?
Why it is recommended to avoid referencing a floating point column in the where clause?
 Explain what is sql override for a source taLle in a mapping?
What are the new security features added in sql server 2012? : sql server security
What happens if the update subquery returns no rows in ms sql server?
What are the database roles? : sql server security
Is a primary key unique?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)