Forum Discussion

Marley_Bacelar's avatar
Marley_Bacelar
New Contributor II
4 years ago

Table Creation in SQL server with specific data type using data from excel file

Hi all,

Thanks in advance for read and any help here.

I have a pipeline where I had a excel file, with columns name and table name, so first I read this excel file and them make a parse, this is a sample of the excel file:

So I want (if not exist) create a table AAA with the columns 0XX5, 0XX6, 0XX7, 0XX8, 0XX9 each one with the respective Datatype, how can I o that?