i am trying to do data transformation from excel to sql table.
it goes thru fine and stops at 37229.
table desc:
idnumber(bigint,notnull) -- identity colum
rest of the table allows null
at 37230 record it says null can't be inserted in the idnumber column
anybody knows why? please let me know