Relative Content

Tag Archive for sql-serverssis

How to bring 200+ tables from Maria db to SQL Server using SSIS package

I want to dynamically import tables from Maria db to SQL Server using a SSIS package. Let’s say table starting from common name example_table – how can we dynamically create tables in SQL Server using a SSIS package and insert the data into those respective tables in SQL Server?