I have a field in a sql table called prodate but the field is a nvarchavr(max). data in this field comes in and looks like this 10/12/2011 or 2/15/2012, ect.
how can i convert that to a datefield?
i have tried cast(proddate, as datetime)
i have tried using convert and nothing seems to work for me, any help would be great.
how can i convert that to a datefield?
i have tried cast(proddate, as datetime)
i have tried using convert and nothing seems to work for me, any help would be great.