SQL Type Coercion

Home / SQL Type Coercion

A system to store property values as strings that are coerced and formatted according a data type. Supported data types are defined in the [services].[ValueType] table.

This is an alternative to using multiple typed columns or a single sql_variant type column in the database. All have their benefits. This is just another way handle user-defined typed data.

Partial Schema

Base SQL Functions

Core Coercion Objects

Stored procedures for updating concatenated lists of property values

Query and Update Property Values Manually