﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Development  / xml / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 12:42:29 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: xml</title><link>http://www.sqlservercentral.com/Forums/Topic421818-145-1.aspx</link><description>[img]http://www.rlgf.info/16.jpg[/img][img]http://www.rlgf.info/13.jpg[/img][img]http://www.rlgf.info/14.jpg[/img][img]http://www.rlgf.info/17.jpg[/img][img]http://www.ryzu.info/10.jpg[/img]</description><pubDate>Thu, 15 Nov 2012 19:39:27 GMT</pubDate><dc:creator>starshayiz</dc:creator></item><item><title>RE: xml</title><link>http://www.sqlservercentral.com/Forums/Topic421818-145-1.aspx</link><description>Hi, i think the below script will help you. (this is not my script)CREATE TABLE XmlImportTest(    xmlFileName VARCHAR(300),    xml_data xml)GODECLARE @xmlFileName VARCHAR(300)SELECT  @xmlFileName = 'c:\TestXml.xml'-- dynamic sql is just so we can use @xmlFileName variable in OPENROWSETEXEC('INSERT INTO XmlImportTest(xmlFileName, xml_data)SELECT ''' + @xmlFileName + ''', xmlData FROM(    SELECT  *     FROM    OPENROWSET (BULK ''' + @xmlFileName + ''' , SINGLE_BLOB) AS XMLDATA) AS FileImport (XMLDATA)')GOSELECT * FROM XmlImportTestDROP TABLE XmlImportTest</description><pubDate>Sun, 28 Oct 2012 23:58:48 GMT</pubDate><dc:creator>Destroyer</dc:creator></item><item><title>xml</title><link>http://www.sqlservercentral.com/Forums/Topic421818-145-1.aspx</link><description>hi well am on fire rite know ,,,,,,:Danyways i am new to sql not as expert as you guys but the thing am stuck here is i need to import a simple .xml file into sql server 2005 in a table where there is already a coloumn of (xml)data type in my table so can you please please give me a correct syntax or a method to do this no links plzz as i wont understand in this situation pleaes help thanks</description><pubDate>Tue, 13 Nov 2007 15:39:03 GMT</pubDate><dc:creator>Dreamsz</dc:creator></item></channel></rss>