开发者

Sync Framework 2.1 Local Cache as SQL Server Possible?

开发者 https://www.devze.com 2023-04-11 14:04 出处:网络
Could someone please help me with whether it\'s possible to use a full blown S开发者_如何学运维QL Server as Local Database Cache instead of CE?

Could someone please help me with whether it's possible to use a full blown S开发者_如何学运维QL Server as Local Database Cache instead of CE?

The reason being CE has 4GB limit. CE is not an option for us as our database records will grow significantly within few months.

Any alternative solution will be much appreciated.


if you're referring to the Local Database Cache project item in Visual Studio, the answer is no. Only Sql Compact (SqlCeClientSyncProvider) is supported by that wizard. You can however handcode your own provider and the sync code without using the wizard.

or you can just use the SqlSyncProvider (can be used against Sql Express, Sql Server, Sql Azure).

see: Synchronizing SQL Server and SQL Express

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号