Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Service Broker / June 2008

Tip: Looking for answers? Try searching our database.

create event from service broker

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roy Goldhammer - 12 Jun 2008 11:26 GMT
Hello there

I have some tables i would like to create event on these tables that each
data change made on these tables will be written to service broker queue so
I can apply this change in another databases on another servers.

How can i do it?
Tom Moreau - 12 Jun 2008 12:04 GMT
Consider using replication for this.  That is what it is designed to do.

Signature

  Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON   Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau

Hello there

I have some tables i would like to create event on these tables that each
data change made on these tables will be written to service broker queue so
I can apply this change in another databases on another servers.

How can i do it?
Roy Goldhammer - 12 Jun 2008 13:12 GMT
Replication is not good because i don't need to move the data as it is from
one server to antother.

I take the data, do some processing on it and then set it on the second
server.

and it seems that service broker is made for this

so how can i do it on service broker?

> Consider using replication for this.  That is what it is designed to do.
>
[quoted text clipped - 6 lines]
>
> How can i do it?
Adam Machanic - 12 Jun 2008 16:44 GMT
Either technology will work for this.  With transactional replication you
would just have to tweak the stored procedures that it creates.

You can do it with SSB, too.  Here are two articles you can start with:

http://www.simple-talk.com/sql/learn-sql-server/service-broker-foundations-workbench/
http://www.simple-talk.com/sql/learn-sql-server/service-broker-advanced-basics-w
orkbench/


--
Adam Machanic
http://sqlblog.com

> Replication is not good because i don't need to move the data as it is
> from one server to antother.
[quoted text clipped - 16 lines]
>>
>> How can i do it?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.