Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timeout on SaveEntity
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01531836
Message ID:
01531944
Vues:
28
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform