I am trying to insert a number in sql table but I am stuck with this error. It would be great if anyone can help solve this
I created a table
CREATE TABLE BulkInsert
(
e bigint ,
N bigint
)
INSERT INTO BulkInsert
VALUES (11088915669531756490937241533141381079, 4);
But when I insert values in his table i get this error:
Arithmetic overflow error converting expression to data type bigint.