Service Broker and .Net
hi,
i've been trying read service broker in sql server 2005 - introductions don't seem useful
so though i'd post here , see if i'm correct.
how broker service interatc .net?? can application wait messages sql server (new database created instance) , act upon them??
or not meant this? can't seem find on web kind of information...
thanks
dale
i've been trying read service broker in sql server 2005 - introductions don't seem useful
so though i'd post here , see if i'm correct.
how broker service interatc .net?? can application wait messages sql server (new database created instance) , act upon them??
or not meant this? can't seem find on web kind of information...
thanks
dale
yes, can used service broker .net, however, there no .net library, namespace or class model explicitly using service broker code. consequently, has used same way other sql facilities (usually) used before linq: you either execute t-sql service broker commands directly, or write stored procedures, , execute stored procedures .net.
-- rbarryyoung, (302)375-0451 blog: movingsql.com, twitter: @rbarryyoung
proactive performance solutions, inc. "performance our middle name."
please! remember vote all helpful replies helpful
so, if want app code wait new messages on sb queue, execute receive command , wait complete.
-- rbarryyoung, (302)375-0451 blog: movingsql.com, twitter: @rbarryyoung
proactive performance solutions, inc. "performance our middle name."
please! remember vote all helpful replies helpful
SQL Server > SQL Service Broker
Comments
Post a Comment