Hi Folks,
I keep on getting this error everytime I run a stored procedure. I am using ISOLATION LEVEL SERIALIZABLE and basically inserting roughly 200,000 records into a table.
Server: Msg 1204, Level 19, State 1, Procedure chkBulkInserts, Line 9
The SQL Server cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users or ask the system administrator to check the SQL Server lock and memory configuration.
What should I try to do?
Cheers!
Abhijit

