Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 error en sql

Author  Topic 

aledroal
Starting Member

2 Posts

Posted - 2005-12-28 : 14:15:56
Error -2147217900(80040e14) en tiempo de ejecución.

intra query parallelism caused your server command (process id #149) to deadlock.Rerun the query without intra-query parallelism by using the query hint option (maxdop1)

Someone of you knows to repair this?

Alejandro.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-12-28 : 14:42:38
Could you post the query that caused the error? DBCC INPUTBUFFER(149) should show it.

Tara Kizer
aka tduggan
Go to Top of Page

aledroal
Starting Member

2 Posts

Posted - 2005-12-28 : 17:00:52
Thanks...In processor settings , specify only one of four processors.
The problems was resolved momently...I sent to my erp's provider the query...They will send to me the solutions.
very thanks.
Go to Top of Page
   

- Advertisement -