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 |
Mention a few common trace flags used with sql server?
How to insert and update data into a table with "insert" and "update" statements?
Which command executes the contents of a specified file?
What are “phantom rows”?
What is the difference between locking and multi-versioning?
Explain important index characteristics?
How to modify an existing stored procedure in ms sql server?
What is importing utility?
State the difference between local and global temporary tables?
What is auditing in sql server?
what is the maximum size of a row? : Sql server database administration
What is a trigger? Why we need it?
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)