Skip to main content

Query FAQs

Common questions and errors that come up when building Queries and working with Native SQL.

QuestionShort answer
Handling a mapper_parsing_exception errorSanitize Field aliases that contain special characters.
Speeding up MSSQL QueriesAdd a connection property to avoid slow parameterized queries.
How Informer handles Native SQLHow Informer prepares, connects, and executes a SQL string.
Datasets vs. Ad hoc QueriesPersisted data versus temporary results, and when to use each.
Hiding vs. unselecting FieldsHide keeps a Field in the query; unselect removes it.
Are stored procedures supported?Yes, via EXEC in a Native SQL Query.
text and varchar incompatible errorConvert the deprecated MSSQL TEXT type to VARCHAR.
Why dates display the wrong valueTime zones affect datetime Fields but not date Fields.