on 2013 Dec 05 1:21 AM
Hi, can I Use Xml as parameter to stored procedure and parse xml inside the procedure? . your idea is greatly appreciated..
Thanks vhm
Request clarification before answering.
Yes, surely, as long as your documents are shorter than 2 GB.
For example, you can use a parameter with the XML data type (or a LONG VARCHAR) in stored procedures and functions, and you can use the builtin OPENXML function to parse XML documents via XPath expressions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.