Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Openxml()
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00864550
Message ID:
00864680
Views:
11
OPENXML can't natively go to the file system and retrieve a file. Your client code will have to pass the contents of the file to a stored procedure for processing.

-Mike

>Hello,
>
>I am playing with the OPENXML() Command and am pretty successfull with the examples. But one thing I wasen't able to figure out yet:
>
>
>DECLARE @idoc int
>DECLARE @doc varchar(8000)
>set @doc = '<ROOT>
>	<row CustomerID="ALFKI" CompanyName="Alfreds Futterkiste" ContactName="Maria Anders" Country="Germany" />
></ROOT>'
>...
>
>
>How can I use a XML File out of the FileSystem instead of defining the XML File in the Stored Procedure?
>
>Marcus
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform