Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Service Broker

 
   Database Help (Home) -> Programming RSS
Next:  report in asp.net  
Author Message
wdudek

External


Since: Feb 07, 2008
Posts: 14



(Msg. 1) Posted: Thu Jun 12, 2008 1:38 pm
Post subject: Service Broker
Archived from groups: microsoft>public>sqlserver>programming (more info?)

Is there a system view that will show me all of the current conversations? I
thought I had seen this before, but can't seem to find it now.

Thanks,

Bill

 >> Stay informed about: Service Broker 
Back to top
Login to vote
Plamen Ratchev

External


Since: Jan 10, 2008
Posts: 1007



(Msg. 2) Posted: Thu Jun 12, 2008 5:26 pm
Post subject: Re: Service Broker [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The sys.transmission_queue view contains a row for each message in the
transmission queue and has a handle for the conversation that the message
belongs to.

HTH,

Plamen Ratchev
http://www.SQLStudio.com

 >> Stay informed about: Service Broker 
Back to top
Login to vote
Bob Beauchemin

External


Since: Jul 20, 2007
Posts: 11



(Msg. 3) Posted: Thu Jun 12, 2008 5:37 pm
Post subject: Re: Service Broker [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

sys.conversation_endpoints? It shows converation endpoints and status, and
allows you to derive who's conversing with whom.

Cheers,
Bob Beauchemin
SQLskills

"wdudek" wrote in message

> Is there a system view that will show me all of the current conversations?
> I
> thought I had seen this before, but can't seem to find it now.
>
> Thanks,
>
> Bill
 >> Stay informed about: Service Broker 
Back to top
Login to vote
Charles Wang [MSFT]

External


Since: Apr 18, 2008
Posts: 268



(Msg. 4) Posted: Fri Jun 13, 2008 6:31 am
Post subject: RE: Service Broker [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Bill,
The complete system catalog views regarding service broker are listed here:
http://msdn.microsoft.com/en-us/library/ms173780.aspx

I think that sys.conversation_endpoints, as Bob mentioned, is more likely
what you want. Please feel free to let us know if you have any other
questions or concerns. Have a nice day!


Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg RemoveThis @microsoft.com.
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
 >> Stay informed about: Service Broker 
Back to top
Login to vote
wdudek

External


Since: Feb 07, 2008
Posts: 14



(Msg. 5) Posted: Fri Jun 13, 2008 6:42 am
Post subject: RE: Service Broker [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

sys.conversation_endpoints did it.

Thanks Bob and Charles

""Charles Wang [MSFT]"" wrote:

> Hi Bill,
> The complete system catalog views regarding service broker are listed here:
> http://msdn.microsoft.com/en-us/library/ms173780.aspx
>
> I think that sys.conversation_endpoints, as Bob mentioned, is more likely
> what you want. Please feel free to let us know if you have any other
> questions or concerns. Have a nice day!
>
>
> Best regards,
> Charles Wang
> Microsoft Online Community Support
> ===========================================================
> Delighting our customers is our #1 priority. We welcome your
> comments and suggestions about how we can improve the
> support we provide to you. Please feel free to let my manager
> know what you think of the level of service provided. You can
> send feedback directly to my manager at: msdnmg RemoveThis @microsoft.com.
> ===========================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for
> non-urgent issues where an initial response from the community
> or a Microsoft Support Engineer within 1 business day is acceptable.
> Please note that each follow up response may take approximately
> 2 business days as the support professional working with you may
> need further investigation to reach the most efficient resolution.
> The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by
> contacting Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ============================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
> =========================================================
>
>
 >> Stay informed about: Service Broker 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
using service broker - Hello there I took sql server 2005 books online for 2 servers to transfer data from one server to another. In my case i have 2 instances of sql server 2005 on the same server. how can i use service broker in this case?

Service Broker Problem (2) - I have two Databases set up: QueueTest1 and QueueTest2. In QueueTest1 I have a servicebroker queue set up. This queue has activation on it, which calls the stored procedure, QueueTest1.dbo.ProcessQueue. ProcessQueue calls a stored procedure in..

Problem with service broker - Hi all I'm having a problem with service broker. I started playing with it and created 2 databases that I try to exchange messages between them. The problem that I have is that some of the messages disappear. I'm sending the message, but it doesn't...

feature roadmap for Service Broker? - Is there someplace that expands on the roadmap for SQL Service Broker and timelines? Thanks, Mike

diagnosing Service Broker problems - help - Hi... I've been experimenting with Service Broker "Hello, World" type examples using Express as the sender and a full instance of Sql Server 2005 on another. I had the whole pipeline working a couple of weeks ago but when I went to test it...
   Database Help (Home) -> Programming All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]