Script task gives me the Error..
This is the VB code which was written in a Script TASK.
And i have 2 million records to insert.So while Running i was getting this Error message and this failing at
orcCommand.ExecuteNonQuery().
ERROR message:
”Insufficient memory to continue the execution of the program”
So how can i handle this..
i want to Commit 10k records every time so i guess this memory issue will be solved.
Any ways i need help in Writing this Commit Statement inside my code..
How& where can write the commit statement in Vb.net..
May 7th, 2011 1:42am