Home Forums SQL Server 7,2000 T-SQL Arithmetic overflow error converting expression to data type datetime. RE: Arithmetic overflow error converting expression to data type datetime.

  • You are getting an implicit conversion, expecting SQL Server to convert those integer values for you. As Jeff mentioned, you want to use quotes around dates to explicitly state the values are dates and not numbers.