146 How to import multiple xml files to sql server using ssis

preview_player
Показать описание
How to import multiple xml files to sql server using ssis
Download the file\script used in the Video from below link

how to import multiple xml files to sql server using ssis
How do I import multiple XML files?
How to load XML data into SQL Server using SSIS?

Рекомендации по теме
Комментарии
Автор

Hello, I am getting error

The "XML Source" failed because truncation occurred, and the truncation row disposition on "XML

Column length is nvarchar 350. But Data from xml is more than that. I can see in advance editor window max size is 255, after changing to 500 it is again showing 255. Please help me in this regard.
Thanks in advance.

manikyakalyan
Автор

Hello sir,
thank you for the nice and helpful tutorial!
I have a question, would it be possible to make some tutorial for how to import multiple multilevel xml files? Personally, I've been struggling with this for a few days now. I have several xml files that have nested elements and I would like to import values from these xml into different tables in SQL so that I can create relations between them (for example add some index column)?

ClaUnerer
Автор

I want to fetch data from 80 different tables and load to 80 different tables.

For that I have to create 'OLE DB Source ' and 'OLE DB Destination ' 80 times????

Any alternative solution to load from one source and destination only?

TKJ
Автор

This really helps me. I wanted to know is there a way the same multiple XML source file will be merged into one single variable.

piyushamohanty
Автор

Thank you so much for all your videos really helpful ❣️❣️

simmi
Автор

Hello Sir,
I stuck with below situation.
Consider that, I have a 3 txt files, each file has a two columns with space as delims. Don't have a column names.
I have a sql server table with 6 columns
Now, I want to extract those all columns from text files and insert into sql server table using ssis package.
Note that, each file has a different row counts.

Thank You.

venkatkavi
Автор

Hi Akhil Anna,
I have sample2 and Test2 tables in sql server.
If any changes(like insert, update, delete) happen in sample2 table then those changes will be updated to Test2 table.
How to do it using SSIS Anna.
Can you please tell me the solution Anna. .

Thanks for Advance

giria