I am practicing on a database on SQL server where the date column in the table is Nvarchar(255)
thereby presenting the dates as five digit numbers eg 40542
,40046
etc. How do I change the dates in the column to actual dates?
The articles I checked only helped me to change rows but I can't change all of them individually as that will take time.