Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timeout on SaveEntity
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01531836
Message ID:
01531944
Views:
26
>Further inspection shows that the Insert command is being blocked on the SQL Server therefore causing the timeout. How can I find out what is causing the block on the database?
>
>TIA
>
Try
select * from sys.dm_exec_requests
where blocking_session_id <> 0
and check this thread

http://social.msdn.microsoft.com/Forums/en/transactsql/thread/c8ac66b9-9f1d-4e2f-a6d8-3071a9fe4556
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform