Hi,
I get the following error when I try to run an update statement which updates around 200000 rows:
The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users. Ask the database administrator to check the lock and memory configuration for this instance, or to check for long-running transactions.
Can someone please help me on this.
Thanks.
I get the following error when I try to run an update statement which updates around 200000 rows:
The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users. Ask the database administrator to check the lock and memory configuration for this instance, or to check for long-running transactions.
Can someone please help me on this.
Thanks.
Comment