I have a table (abc_table) and i need to insert 2 millions Records
While i was inserting data into table (First these data will insert into Temp tables then insert into actual tables ) 4000 records are inserted successfully after that i got error likeinsertion failed error message
I verified databases(TempDB, UserDB) sizes and disk size on server it has sufficient space.
Could you plz help me what are the remaining things i need to check
Kamal