sql server 2008 - Determine column data type from actual data values -
I would like to run the SQL stored procedure to evaluate the data type of a column based on the data. I have loaded a text file and all the columns are of four / worker types, I would like to know numeric, date and string data types in basic form. Did anyone write some code in SQL?
Thanks
and you check the data to see it It may be a numerical or dated datatype.
Comments
Post a Comment