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
 Import/Export (DTS) and Replication (2000)
 sp_xml_preparedocument

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-13 : 19:22:11
ronen writes "Hi All,

The following is a sp_xml_preparedocument syntax.

sp_xml_preparedocument hdoc OUTPUT
[, xmltext]
[, xpath_namespaces]


Is it possible to assign an operating system xml file location as
[,xmltext] argument.

Thanks,

Ronen"

dirkdiggler
Starting Member

24 Posts

Posted - 2003-06-24 : 10:46:48
Can't you just create a stored procedure which accepts a string

and use that as your file?

Go to Top of Page
   

- Advertisement -