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 |
Say if we have a table that contains only a single column , say OrderID, which has IDENTITY attribute defined on it. So how can we insert data in this table. I am reframing my question, that how can we make the table to increment the column "OrderID" value several times???
What is meant by indexing?
What is difference between views and tables?
What is a partition function in sql server?
Can we move Resource database from one path to another? If yes,How can we?
What is BCNF? How is it better than 2NF & 3NF?
What is onf in normalization form?
Which sql server table is used to hold the stored procedure scripts?
How to turn off warning messages during php execution?
What are the methods used to protect against sql injection attack?
What is the difference between referencing and joining?
What are the different types of triggers in SQL SERVER?
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)