here is the script from my colleague if u want to convert DATETIME data type to SMALLDATETIME because simple CONVERT is not working
until then
SELECT CONVERT (SMALLDATETIME, CONVERT (VARCHAR, GETDATE(), 103), 103)
until then
Comments