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 / Replication / August 2008

Tip: Looking for answers? Try searching our database.

Not replicating UpdateText

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steven - 19 Aug 2008 21:35 GMT
Using SQL 2005 SP2 on Windows 2003.  I've got a database set up with
transactional replication.  There's one text field that occasionally gets
updated with an UPDATETEXT statement.  When I check the subscriber, it is
not receiving these changes. The UPDATETEXT statement has the WITH LOG
clause looking something like the below.   Any ideas why changes are not
being replicated to the subscriber

Thanks

DECLARE @ptrval varbinary(16)

DECLARE @Descript nvarchar(254)

SELECT @Descript = ' ' + 'hello'

SELECT @ptrval = TEXTPTR(SITXT)

FROM Wo where Num = 13698

UPDATETEXT WO.SITXT @ptrval NULL NULL with log @Descript
Paul Ibison - 23 Aug 2008 18:12 GMT
It all needs to be done inthe same transaction - please have a look here for
more info: http://msdn.microsoft.com/en-us/library/aa237475.aspx
HTH,
Paul Ibison (www.replicationanswers.com)
 
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



©2010 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.