Is there a way to create a column which has an "universal" datatype? What I want is a column which can have a different datatype in every row.
For each insert, the idea would be to set the datatype (nvarchar, int, bigint, float, decimal), and then insert the value.