DBA > Job Interview Questions > Microsoft SQL Server FAQs
What does the DEALLOCATE statement do in SQL Ser
More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
What does the DEALLOCATE statement do in SQL Server 2005?
Answer Remove a reference to a cursor. Explanation This statement is used to remove cursor references. If this is the last reference being removed, the cursor's resources are released.
(Continued on next question...)
Other Job Interview Questions