Re: Combining XML Files using SSIS or T-SQL etc.
- From: "Peter W. DeBetta" <debettap@xxxxxxxxxxx>
- Date: Fri, 3 Nov 2006 12:47:57 -0600
SSIS now has a Control Flow Item called Foreach Loop Container. You use this
to loop through all the xml files in a specified directory. You will also
need to create a Data Flow Task in the Foreach Loop Container. The samples
that come with SQL Server 2005 have an example of using this container
control, and you can find more info in BOL.
--
Peter DeBetta, MVP - SQL Server
http://sqlblog.com
--
"Terry" <Terry@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5EAFCB63-AC58-4592-A7DF-786AF5CABBBF@xxxxxxxxxxxxxxxx
What is Loop?
Could you please explain more in detail.
Thank you in advance for your assistance.
"Peter W. DeBetta" wrote:
Loop?
--
Peter DeBetta, MVP - SQL Server
http://sqlblog.com
--
"Terry" <Terry@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:187DB17A-FA31-4236-844A-7068BE9C072E@xxxxxxxxxxxxxxxx
How can I combine all my xml files so it can be processed by SSIS in
order
that I may create a table containing the imported xml files?
.
- Prev by Date: RE: Thoughts on storing address data with XML data type?
- Next by Date: using a xpath variable in a replace xquery, getting an error
- Previous by thread: xsd sql schema relation problem bulk load - self join
- Next by thread: using a xpath variable in a replace xquery, getting an error
- Index(es):
Loading