Whenever I execute a long-running SELECT INTO statement and while it is running I try to use the SQL Server Management Studio object browser to view tables or other objects, I get a lock timeout error. Is there anyway to stop this from happening?
Is there any specific syntax I can use with the SELECT INTO to stop it from locking up the system tables?
↧