Viewing 11 posts - 1 through 11 (of 11 total)
That solved my problem! 🙂
Thanks a lot Mike and the others for helping me.
Regards,
Adrian
May 18, 2012 at 10:29 am
michael vessey (5/18/2012)
select * from sys.conversation_endpoints
maybe your application is not closing the conversations after the messages.
since you've got nothing on...
May 18, 2012 at 8:31 am
go to your database, expand the service broker section and look for queues - then its a case of SELECT * FROM queuename - or right click on the queue...
May 18, 2012 at 4:11 am
RBarryYoung (5/17/2012)
What do the errors in your ERRORLOG say? They should identify what proc/batch is failing due to insufficient TempDb space.
The ERRORLOG contains these:
2012-05-18 00:51:48.81 spid18s ...
May 17, 2012 at 11:56 am
michael vessey (5/17/2012)
michael vessey (5/17/2012)
look in sys.transmission_queuethese should be messages that coudn't be delivered may be they are re-trying ?
apologies - i didn't read your post correctly 🙁
how about...
May 17, 2012 at 9:15 am
Yes, actually we are using Service Broker for our application.
Is it the one causing the problem? We have been using Service Broker for years but never experiencing this problem.
I tried...
May 17, 2012 at 8:42 am
Hmm.. not really. Actually I'm looking for the capability so that when 2 or more results came in simultaneously, they will not be matched to a single request (with some...
April 8, 2010 at 2:52 am
🙂 Thanks for trying... I know I'm bad in explaining
The remote process is 3rd party, and I don't have any control over it.
I can only send mobile_phone to them, and...
April 8, 2010 at 12:51 am
OK. You got the tables correct. The request table is initially like what you've shown.
Now, what will happen is:
1). I got a multi-thread application which will select each entry from...
April 8, 2010 at 12:32 am
Yes, but note that ID for table request and table result is unrelated.
Plus, we cannot use the ID for matching because the remote process (done via HTTP) is asynchronous
April 8, 2010 at 12:11 am
Viewing 11 posts - 1 through 11 (of 11 total)