DBA > Job Interview Questions > Microsoft SQL Server FAQs
What does @@options return?
More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
Answer The current SET options for the connection. Explanation The @@options variable returns a list of the options set for the current connection. This is returned as integer and each bit in the integer represents an option.
(Continued on next question...)
Other Job Interview Questions