InterviewSolution
Saved Bookmarks
| 1. |
Which of the following feature of SQL Server was used before XML technology for semi structured data?(a) Stored Procedure(b) Dynamic management views(c) In memory database(d) None of the mentionedI have been asked this question in a job interview.Enquiry is from Working With XML Data topic in division Beyond Relational of SQL Server |
|
Answer» RIGHT CHOICE is (a) Stored Procedure The EXPLANATION: You need to create a stored procedure to process INCOMING XML from a partner before SQL Server 2005. |
|