I have a column in my SQL Server database of nvarchar datatype, and I store dates with ####/##/## format in it. With my mistake some of dates store with ##/##/#### format.
How can I modify all dates in my database to format ####,##,##?
Example: 01/01/2016 to 2016/01/01
datefor saving dates then why are you trying to compromise withnvarchardatetime2ordatecolumn?