Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
sid7
Contributor II
Contributor II

Generate DDL(transformed) for Data Migration

I am new to Qlik Replicate and trying to understand some of the functionalities. Our Source is Informix and Target is Azure SQL. 

I want to generate the (transformed) DDL which will be used to create objects in SQL Server(Tables/PK/FK/Indexes). Does the tool allow it using some API? Can you please let me know how to do it, if the tool allows?

Thanks.

Labels (1)
1 Solution

Accepted Solutions
Dana_Baldwin
Support
Support

Hi @sid7 

The only way I am aware of is to run the task with verbose logging for METADATA_MANAGER, TARGET_LOAD. These should write the create table SQL statements to the task log.

I don't know of a way to generate the create table DDL for a target without running the task.

If this is a feature you would like to see in the product, I encourage you to please submit a feature request here which goes to our Product Management team. Other users will have the opportunity to vote on it to increase the chances at adoption and to set the priority: https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas

View solution in original post

2 Replies
Dana_Baldwin
Support
Support

Hi @sid7 

The only way I am aware of is to run the task with verbose logging for METADATA_MANAGER, TARGET_LOAD. These should write the create table SQL statements to the task log.

I don't know of a way to generate the create table DDL for a target without running the task.

If this is a feature you would like to see in the product, I encourage you to please submit a feature request here which goes to our Product Management team. Other users will have the opportunity to vote on it to increase the chances at adoption and to set the priority: https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas

sid7
Contributor II
Contributor II
Author

Hi Dana,

 Thanks for the reply. I will try that option and will get back in case of any additional questions. 

Thanks.