Hi
i have 480 recodes in sql server database including columns dates such as (Birthdate, Hiring Date) there was an error in entering data and i want to reverse month to be day and day to be month in these rows.
ex : date is : 2008-10-08
i want to be : 2008-08-10
I need query to do this update for all rows with WHILE statment in sql
Thanks