Hello all,
i get the following error
When i execute
I am trying to convert DD/MM/YYYY to smalldatetime
can you help
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
- Doh
i get the following error
Code:
The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value.
When i execute
Code:
Update tbl_users
Set user_dob = convert(smalldatetime, user_dob, 103)
Where user_dob is not null
I am trying to convert DD/MM/YYYY to smalldatetime
can you help
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
- Doh