Overflow must be an error ?
Executing any query in MSSQL server cause it to throw an error which says ‘Data Overflow’.
I am trying to ‘commit’ a ‘transaction’ over MSSQL server and each time I try to perform this task the ‘transaction rollbacks’ with an error ‘Data Overflow’. The same error is flashing each time when I try to execute any ‘insert statement’ or any query which involves calculation of data.
I don’t know whether it is MSSQL server related problem or data type related problem that I am using. I guess their must be something that is choking the setup of MSSQL data limit every time I try to execute any query.
Well I don’t want make any pre-assumptions.
If you have any suggestions, please let me know.


