I am currently getting this error and i am completely lost as to what the issue is. I tracked the error down to a view and completed a select * statement from it and i get that message. Now, the weird thing is is that this error has never appeared on this view before. It has always ran without any issues and nothings been changed so i am unsure as to what the issue is.
I cant show the data for security reasons but it holds 2 date fields that are
datetime, not null
but i am not trying to change this data in anyway, i am simply just trying to select it.
The only other fields i thought it might concern are
decimal (38,20)
could this be the issue?
Sorry for the lack of information regarding the tables but i have literally tried everything from casting the fields to larger decimals, floats etc and still nothing.
It would be great if there was any small advice anyone could give that would possibly point me in the right direction?
UPDATE
If i do a
select top (1000)
query it works but any larger and i get that error