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.