Im using BIML to dynamically create load packages for SSIS to load data from Informix to SQL Server. The problem is that this BIML code produces the SQL below
This works for both column names and table name:
SELECT <#=table.GetColumnList(string.Empty, "", "")#> FROM schema.<#=table.Name#>