Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 XML object in SQL 2000

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-10-21 : 08:33:11
ujwala writes "Is it possible to accept XML object as input/output parameter to a stored procedure.
If yes, how to do that?"

Kristen
Test

22859 Posts

Posted - 2004-10-21 : 10:43:09
You want to pass the TEXT of some XML as a parameter to a SQL SProc, and have it process the XML?

If so then Yes!

Have a look in Books-on-Line for "OPENXML"

Outputting XML from a SProc is much easier in a recordset (rather than an Output parameter)

For that see Books-on-Line for "retrieving XML data"

Kristen
Go to Top of Page
   

- Advertisement -