I am creating a Template Table on SQL Server 2008. All of the field names I am passing in using the query schema are in normal capitalization.
However, some of the created column names are being capitalized.
In the template table, it looks like this:
When I view the data, I see:
Some other columns are retaining case sensitive column names (any with spaces). But all columns without spaces are automatically being capitalized.
What setting can I set to prevent Data Services from changing the input schema's capitalization?