<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debugging SQL Express Client Sync Provider</title>
	<atom:link href="http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:27:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bdrajer</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-1248</link>
		<dc:creator>bdrajer</dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-1248</guid>
		<description>Hi,

Indeed, it seems that the sample was removed from the MSDN site, for better or worse... If you need it you should probably post a question on Microsoft&#039;s sync framework forum. But if you want the debugged version, take a look at the comments above, there&#039;s a couple of links to download the updated versions with full source.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Indeed, it seems that the sample was removed from the MSDN site, for better or worse&#8230; If you need it you should probably post a question on Microsoft&#8217;s sync framework forum. But if you want the debugged version, take a look at the comments above, there&#8217;s a couple of links to download the updated versions with full source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iamagui</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-1247</link>
		<dc:creator>iamagui</dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-1247</guid>
		<description>Hi All,
Is the above &quot;sql express provider source&quot; link working? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
Is the above &#8220;sql express provider source&#8221; link working? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opherko</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-1214</link>
		<dc:creator>opherko</dc:creator>
		<pubDate>Wed, 17 Aug 2011 22:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-1214</guid>
		<description>30) I was able to get the sample code working no problem. It has an enhanced version of the Express provider which doesn&#039;t use a guid table so my question earlier is likely yes it is not necessary when using change tracking.

It is curious that the SyncAdapters are created on the client instead of in the service as I have done withe my SQLCE implementation. I see how there could performance benefits when doing this if using an adapter builder because you don&#039;t have to make a remote call, but it also limits the functionality to have data driven filters and filter parameters. I&#039;ll play with it some more to see what I can work out.

Anyone else out there trying to use dynamic Adapter builders with an Express client?</description>
		<content:encoded><![CDATA[<p>30) I was able to get the sample code working no problem. It has an enhanced version of the Express provider which doesn&#8217;t use a guid table so my question earlier is likely yes it is not necessary when using change tracking.</p>
<p>It is curious that the SyncAdapters are created on the client instead of in the service as I have done withe my SQLCE implementation. I see how there could performance benefits when doing this if using an adapter builder because you don&#8217;t have to make a remote call, but it also limits the functionality to have data driven filters and filter parameters. I&#8217;ll play with it some more to see what I can work out.</p>
<p>Anyone else out there trying to use dynamic Adapter builders with an Express client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opherko</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-1210</link>
		<dc:creator>opherko</dc:creator>
		<pubDate>Tue, 16 Aug 2011 16:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-1210</guid>
		<description>I would like to comment that I appreciate the collaboration that occurred on this site to get a working version the MS SqlExpressClientSyncProvider (sample) out to the public. I assume the &quot;source&quot; link in the blog has all the integrated changes. I&#039;ve just started converting a SQL 2008 Server with CT to SQLCE product to use an Express client and let me tell you the process of getting there has sucked. I am using N-Tier and have been asked to do it without modifying schema or using triggers. I found your page from an answer to my question on Stack Overflow by JuneT. A combination of damon&#039;s sample and William M&#039;s client have me almost fully functional. My variations is that all syncadapters are created with the builder. I do however have a question. Neither the server or client DB script has a reference to the &quot;guid&quot; table. Is this not needed with CT or am I missing something?

Also, I would like to know if there is any new advice on this process since 9/2010 from William M.</description>
		<content:encoded><![CDATA[<p>I would like to comment that I appreciate the collaboration that occurred on this site to get a working version the MS SqlExpressClientSyncProvider (sample) out to the public. I assume the &#8220;source&#8221; link in the blog has all the integrated changes. I&#8217;ve just started converting a SQL 2008 Server with CT to SQLCE product to use an Express client and let me tell you the process of getting there has sucked. I am using N-Tier and have been asked to do it without modifying schema or using triggers. I found your page from an answer to my question on Stack Overflow by JuneT. A combination of damon&#8217;s sample and William M&#8217;s client have me almost fully functional. My variations is that all syncadapters are created with the builder. I do however have a question. Neither the server or client DB script has a reference to the &#8220;guid&#8221; table. Is this not needed with CT or am I missing something?</p>
<p>Also, I would like to know if there is any new advice on this process since 9/2010 from William M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-823</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Tue, 07 Sep 2010 04:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-823</guid>
		<description>Any help with batching?  I cannot see how or even if the batching of updates is possible...  What objects do I need to use?  
Thanks!</description>
		<content:encoded><![CDATA[<p>Any help with batching?  I cannot see how or even if the batching of updates is possible&#8230;  What objects do I need to use?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdrajer</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-815</link>
		<dc:creator>bdrajer</dc:creator>
		<pubDate>Mon, 23 Aug 2010 14:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-815</guid>
		<description>Hi guys... Unfortunately, a couple of comments seem to have disappeared from the WordPress database - the site was moved to a new hosting service but I don&#039;t think that&#039;s what caused the problem. I&#039;ll see if I can reconstruct them somehow. Sorry about that.</description>
		<content:encoded><![CDATA[<p>Hi guys&#8230; Unfortunately, a couple of comments seem to have disappeared from the WordPress database &#8211; the site was moved to a new hosting service but I don&#8217;t think that&#8217;s what caused the problem. I&#8217;ll see if I can reconstruct them somehow. Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William M</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-812</link>
		<dc:creator>William M</dc:creator>
		<pubDate>Sat, 21 Aug 2010 22:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-812</guid>
		<description>This website was down for some time. It appears as if some comments were lost after it came back.  I currently have no issues with any topic that have been uncovered here.  My solution is now (again) available at that link above should anyone be interested.</description>
		<content:encoded><![CDATA[<p>This website was down for some time. It appears as if some comments were lost after it came back.  I currently have no issues with any topic that have been uncovered here.  My solution is now (again) available at that link above should anyone be interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-804</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Wed, 04 Aug 2010 06:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-804</guid>
		<description>Hi guys.  Am really happy with the provided code for SQL Server - SQL Server client/server syncing - thanks for going to the trouble of publishing it.

But I&#039;ve reached a point now where I want to enable batching of the updates...  Documentation seems to be a bit thin on this, so was wondering if/how it can be implemented in this scenario...?  Seems to be related to a class called DbSyncContext - where is that? I can&#039;t seem to find where it fits in...?

Any help would be really appreciated. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi guys.  Am really happy with the provided code for SQL Server &#8211; SQL Server client/server syncing &#8211; thanks for going to the trouble of publishing it.</p>
<p>But I&#8217;ve reached a point now where I want to enable batching of the updates&#8230;  Documentation seems to be a bit thin on this, so was wondering if/how it can be implemented in this scenario&#8230;?  Seems to be related to a class called DbSyncContext &#8211; where is that? I can&#8217;t seem to find where it fits in&#8230;?</p>
<p>Any help would be really appreciated. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damon</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-800</link>
		<dc:creator>damon</dc:creator>
		<pubDate>Fri, 26 Mar 2010 01:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-800</guid>
		<description>William
I think i&#039;ve solved 18 by building on your solution to use a dual anchor system (see 23).  It&#039;s survived quite a bit of testing so far, but unfortunately i&#039;ve been temporarily pulled off this project.</description>
		<content:encoded><![CDATA[<p>William<br />
I think i&#8217;ve solved 18 by building on your solution to use a dual anchor system (see 23).  It&#8217;s survived quite a bit of testing so far, but unfortunately i&#8217;ve been temporarily pulled off this project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William M</title>
		<link>http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/comment-page-1/#comment-799</link>
		<dc:creator>William M</dc:creator>
		<pubDate>Fri, 26 Mar 2010 00:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.8bit.rs/blog/?p=23#comment-799</guid>
		<description>18) This is proving to be a much more complex beast than it would appear. The logical solution is to lock the table through-out the sync, but that could be rather costly during proxy-trips to a remote server, rendering the db useless during that time. (and we&#039;re talkin about multi-user client support so...)  The other solution I am playing with is persisting the possible &quot;rogue&quot; changes between the upload&#124;download phases to xml. And during the next sync, push those changes before applying the rest of the changes. I do not &quot;love&quot; the solution, but it does seem to be solid. (if anchor state is lost you have to re-init, which is the way the entire system works anyway, this just stores more data in the event that a table is updated mid-sync)  So alas, no solution complete today. Tomorrow I will continue.

20) I was correct, this will work fine so long as you use brackets around your table name. NOTE: you have to use the brackets in your anchor table as well as it is string comparison.

21) This functions just fine.</description>
		<content:encoded><![CDATA[<p>18) This is proving to be a much more complex beast than it would appear. The logical solution is to lock the table through-out the sync, but that could be rather costly during proxy-trips to a remote server, rendering the db useless during that time. (and we&#8217;re talkin about multi-user client support so&#8230;)  The other solution I am playing with is persisting the possible &#8220;rogue&#8221; changes between the upload|download phases to xml. And during the next sync, push those changes before applying the rest of the changes. I do not &#8220;love&#8221; the solution, but it does seem to be solid. (if anchor state is lost you have to re-init, which is the way the entire system works anyway, this just stores more data in the event that a table is updated mid-sync)  So alas, no solution complete today. Tomorrow I will continue.</p>
<p>20) I was correct, this will work fine so long as you use brackets around your table name. NOTE: you have to use the brackets in your anchor table as well as it is string comparison.</p>
<p>21) This functions just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

