Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Filtered data problems sqlce - sql 2008

$
0
0

We have a filter on multiple tables.  If we update a record The filter doesn't seems to work during the syncronise, some table are not replicated correctly to the customer (SQL CE).  They are not getting the new record for them.  The example as follow:

SELECT <published_columns> FROM [dbo].[TB_CUSTOMER] WHERE CUSTOMER_NO IN (SELECT CUSTOMER_NO FROM TB_CUSTOMER_ROUTE WHERE RTE_NO = SUSER_SNAME()) and [PROJET] = HOST_NAME()

The record exist in TB_CUSTOMER_ROUTE but not in TB_CUSTOMER after the syncronise..

If I  DELETE the database on the windows mobile machine and start from scratch, I got all the new record.

Any advice?


Viewing all articles
Browse latest Browse all 4054

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>