Hi,
Does any one has an idea of whats the best practice to store an unknown data type in a table. Basically I would need to store types like bit, smallint, int, real and nvarchar in the same "value" column, for later interpretation by a .NET application.
I was trying to achieve the best possible solution not to compromise the performance or growth of the database.
Any suggestions?
Thanks in advance!