Ok, first off, I have a update statement that worked fine under SQL 2000 and now after upgrading to 2005, im getting this error when updating a record.
I pull in the data from the sql 2005 server in ASP where one of the fields are smalldatetime.
In the form, I make my changes, which right now, im not editing the date, and when I go to update the data, the error is thrown.
Any ideas why 2005 is doing this and what a possible remedy would be?