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

What is the meaning of the following T-SQL comma

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

(Continued from previous question...)

What is the meaning of the following T-SQL command: EXEC sp_dboption 'OrderDB', 'single user', 'true'

"EXEC sp_dboption 'OrderDB', 'single user', 'true'" will change database "OrderDB" into single user mode, so only a single user can access it.

(Continued on next question...)

Other Job Interview Questions