I am seeing a very strange issue in SQL server, when converting to a datetime the milliseconds are not correct -
When I run -
SELECT CONVERT(DATETIME, '09/10/2013 16:09:47.935', 103)
It returns -
2013-10-09 16:09:47.937
Am I missing something? Or has anyone seen this issue before?