Hello all,
I have a large database of user which used to use an amercian based server which stored all birth days as 03/21/1998(MM/DD/YYYY) in a VarChar column...
...Later we switched our server and the dates where then been stored as 26/12/1998 (DD/MM/YYYY)...
As you can guess this is a bit annoying. I am unsure how to tackle this and have broken down the prolem below
1. need to convert MM/DD/YYYY to DD/MM/YYYY, but the database has a mix of Both....so i dont want the script to convert correct data.
2. i need to then change VarChar to smallDateTime format
Can you help?
Thanks you
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
- Doh
I have a large database of user which used to use an amercian based server which stored all birth days as 03/21/1998(MM/DD/YYYY) in a VarChar column...
...Later we switched our server and the dates where then been stored as 26/12/1998 (DD/MM/YYYY)...
As you can guess this is a bit annoying. I am unsure how to tackle this and have broken down the prolem below
1. need to convert MM/DD/YYYY to DD/MM/YYYY, but the database has a mix of Both....so i dont want the script to convert correct data.
2. i need to then change VarChar to smallDateTime format
Can you help?
Thanks you
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
- Doh