Skip to main content
Question

Data (X Format) to Azure SQL

  • April 22, 2020
  • 0 replies
  • 9 views

Forum|alt.badge.img

Hello,

 

I have an XML file (consists of 300+ entities) that I wish to insert to Azure SQL, thus creating 300+ tables.

 

When inserting data to Azure (contrary to SQL Server) you must specify a primary key or a clustered index. I know this type of functionality is feasible by changing the attributes of the Writer at the Index column.

 

However, doing this for 300+ tables manually, is not sustainable.

 

Dynamic writer was not able to assist either. My other thought is to read as merged dataset, create a uuid and then using SQL Executor assign this attribute as a clustered index in every table? In this case, will the Writer be able to pick up this automatically?

 

Other suggestions are much appreciated.

 

Kind regards,

 

George

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.