Groups | Blog | Home
all groups > sql server replication > august 2006 >

sql server replication : replication SPs exhibiting inexplicable behavior


MorDeRor
8/29/2006 8:52:01 AM
Hello everyone,

We have SQL 2000 servers connected by transactional replication. We are
using custom SPs to push data accross. Suddenly this morning, replication
started acting strange, to be more descriptive -
one of the articles has 8 columns and is defined to use MCALL type SP for
update.
(veryfied via GUI and sp_helparticle), However, replication is actually
generating a CALL type SP with 14 columns. Any ideas what could be wrong?

MorDeRor
8/29/2006 10:12:01 AM
thanks Hilary.

BTW, enjoying your book on replication.

[quoted text, click to view]
Hilary Cotter
8/29/2006 12:49:12 PM
What MCall does IIRC is to only supply changed parameters and the PK values
to the stored procedure, but it still uses the CALL syntax. This is correct
behavior.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Hilary Cotter
8/29/2006 1:53:25 PM
Why thank you:)

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button