Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transactional Replication Question - 2008R2

Status
Not open for further replies.

wbodger

Programmer
Apr 23, 2007
769
US
I am trying to figure out what all this encompasses. If I make changes on the provider to a table w/o a primary key and a stored procedure that uses that table and then run that stored procedure on the provider, what would you expect to have happen? The table in question is really just a staging table that the stored procedure uses to populate other existing tables with primary keys. What I guess I am really wondering is does the replication try to run the stored procedure again on the subscription server, or does it just replicate the results of the stored procedure running, pushing the table data changes out?

Thanks!
Willie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top