Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update does not work.
Message
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00574484
Message ID:
00574518
Views:
22
Have you tried the following?

SET LOCK_TIMEOUT 1800. This increases the timeout setting for the transaction. Use this at the beginning of your query. You can check your current timeout setting by using

SELECT @@LOCK_TIMEOUT

I have encountered this problem before and have had to greatly increase my timeout setting to encompass all data being analyzed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform