Group: microsoft.public.sqlserver.xml · Group Profile · Search for Problems with xml bulkload in microsoft.public.sqlserver.xml
Author: jojo123
Date: Jul 7, 2008 05:16
Hi I have the vbscript below in my dts package and xml schema, where I specify which sql table field the data would go into - ... = "c:\error.log" objBulkLoad.Execute "c:\EAF1NL.xsd", "c:\EAF1NL.xml" Set objBulkLoad = Nothing Main = DTSTaskExecResult_Success End Function schema ---------- <?xml version="1.0" encoding="utf-8"?> <xsd:schema id="EAF1NL" xmlns:xsd="http://www.w3....
|