Hi,
I have a table named Itemdetails. There is a column named ItemCode it is initialised as varchar(50). So I entered both int and string values to the column. Now I need to use auto increment operation for the integer values in the column. So I need to get max(ItemCode)+1 value. For that I need to seperate string and int values.
Thanks

Renjith V SPosted Mar 31, 2014, 7:16 AM
Abhijeet SinghPosted Mar 31, 2014, 6:19 AM
http://stackoverflow.com/questions/19885076/how-to-split-string-and-insert-values-into-table-in-sql-server
it may be helpful