Interview Questions

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

Microsoft SQL Server FAQs


(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 Interview Questions