cancel
Showing results for 
Search instead for 
Did you mean: 

How data integrator handle dynamic table name

Former Member
0 Kudos

If some of the source data tables are so big that a new one will be created every month. Each table will have a suffix like u2018_yyyymmu2019.

How DI can handle these dynamic changing table names? Can we just build 1 batch job but changing these table name using parameters?

Regards,

Derek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ben,

The link you refer is about Job Server DI configuration which seems not related. Can you show me the correct one?

Thanks for your kind attention.

Derek

Former Member
0 Kudos

Hmm... looks like copy/paste URL to forum threads does not work well.

To find the post, you can just serach this forum on "variable table" (without the quotes). The first result returned is the post you need...

werner_daehn
Active Contributor
0 Kudos

is the link.

I prefer using database views. Create the view in a script to point to the right table and DI reading that view.

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the thread below for two possible approaches :

1) Use a view

2) Use SQL transform