DBA > Job Interview Questions > Microsoft SQL Server FAQs

When you use the sp_xml_preparedocument stored p

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

(Continued from previous question...)

When you use the sp_xml_preparedocument stored procedure in SQL Server 2000, what is returned?

Answer: An integer acting as a handle to the document.
Explanation: The handle, or pointer to the XML document is returned. This is an integer value that you can use to refer to the document in other stored procedures.

(Continued on next question...)

Other Job Interview Questions