Trying
SELECT convert(datetime, 20120825142616 , 120) AS time
Running into exception
Arithmetic overflow error converting expression to data type datetime.
The value '20120825142616 ' is of type 'Int64' passed as parameter to a .Net SqlCommand object.
Any help is appreciated