I am new to SQL/database and may not know how to do this well,
I am trying to insert a data table which I managed to scrape off SAP.
However, I encountered this error when I tried to use the Insert activity from Database package: Insert: Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information.
Typically this error occurs when you try to use the Insert activity from the Database package with a DataTable that doesn’t have a defined schema or a corresponding base table in the database.