Modify the format of a date field in a table with thousands of records to another date format
How do I convert a SQL Server db table (thousands of records) with a date field formatted as YYYY-MM-DD into a format of MM/DD/YYYY either in the same field or a new one?