SQL Server and columns with spaces

If you can avoid it, don't use column names with spaces. However, some tools do this automatically. To make SQLDataSource work with tables with spaces, use "sql.sqlserver.quoteColumnNames: true" in server.properties, as explained here: