insert xml file into remote SQL Server 2005?



I'm stumped as to how to insert data (shredded) from an XML file into a table's columns. I tried using bcp but get "not trusted connection" error (its a remote server so not using Windows Authentication). I don't think I can use bulk load with OPENROWSET because the datafile isn't on the server.

Any suggestions or links to samples would be appreciated.

Michael


.



Relevant Pages


Loading