Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Data type validations

$
0
0
Hi,I have two columns in the same tableOne is data_value (varchar) and the other is sql_data_type (varchar). Data_value holds info like dates, decimals, etc..sql_data_type holds info about what type of data should be stored in data_value. How can i write a code so that specific_data_type goes into data_value as mentioned in sql_data_type???Thank yougs

Viewing all articles
Browse latest Browse all 3145

Trending Articles