Does anyone have any idea that it is best to store an unknown data type in a table. Basically, I will need to store types such as bit, smallint, int, real and nvarchar, in one column of "value", for subsequent interpretation of the .NET application.
I tried to achieve the best possible solution so as not to degrade the performance or growth of the database.
Any suggestions?
Thanks in advance!
sql sql-server sql-server-2008
Guilherme duarte
source share