Viewing post 1 (of 1 total)
Hi,
i think the below script will help you. (this is not my script)
CREATE TABLE XmlImportTest
(
xmlFileName VARCHAR(300),
xml_data xml
)
GO
DECLARE @xmlFileName VARCHAR(300)
SELECT @xmlFileName...
October 28, 2012 at 11:58 pm
#1553606