DBA > Job Interview Questions > Microsoft SQL Server Database Administrator Exam

What is the different between concurrent connect

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is the different between concurrent connections and concurrent user logins?

The concurrent connections refers to the total number of connections from all logged in users at a given moment.
The concurrent user logins refers to the total number of users logged in at a given moment.
A single logged in user can establish multiple connections at the same time.

(Continued on next question...)

Other Job Interview Questions