pass many people's information through XML format to a store proce

C

c676228

Hi,
About ten days ago I got an idea from Anthony that in sql 2000 I can pass
many parameters through xml to store procedure. Any resouces or web site
example I can refere to?
 
S

Steven Cheng[MSFT]

Hello Betty,

See you again:)

As for the passing XML information to stored procedure, would you provide
some further detailed explanation this? As far as I knew, SQL Server 2000
does support some kinds of XML integration and programming interface. They
include:

** query result as XML format

** send query command over http and retrieve XML resultset back

** execute XML syntax based query

** XML document update

You can look at these features in the following reference:

#SQL Server 2000 XML Overview
http://www.microsoft.com/technet/prodtechnol/sql/2000/evaluate/xmlsql.mspx

for your case, you want to pass some XML data to the SP, what's the SP's
function? Is it originally used to process XML data or you want to use XML
programming interface of SQL 2000 in that SP?

Please feel free to let me know if you have any further comments or
questions.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
B

Bob Barrows [MVP]

c676228 said:
Hi,
About ten days ago I got an idea from Anthony that in sql 2000 I can
pass many parameters through xml to store procedure. Any resouces or
web site example I can refere to?
Take a look at Erland's article about simulating arrays in T-SQL. While he
does not cover your situation precisely, what he has there should get you
going:
http://www.sommarskog.se/
 
A

Anthony Jones

c676228 said:
Hi,
About ten days ago I got an idea from Anthony that in sql 2000 I can pass
many parameters through xml to store procedure. Any resouces or web site
example I can refere to?

I've replied in the original thread
 
C

c676228

Steven, Bob and Anthony,
Thanks all of you for your direction and instruction. I do need people like
you guys who are so generous and patient to share your knowledge and
expertise.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,167
Latest member
SusanaSwan
Top