English 中文(简体)
Sql服务器数据库同步化
原标题:Sql server database synchronisation

我有1份申请,其中条件一样,我只能使用当地数据库。 现在,如果一些入学人数从1皮克增加到1台,那么数据应当储存在地方数据库中,而且数据也应送到另一个计算机系统......简而言之,它想要浏览所有数据。

我需要澄清“中央化数据库是不可能的”。 我可以使用1个数据库,并从所有PC中连接。 “...... 因此,只需要同步......

I am using SQL SERVER Express Edition... and developing application in C# .NET

如果有任何疑问,你可以请我说,我会作更多的描述。

“Databseynechronisation”/

最佳回答

由于你重新使用服务器快车,复制不是一种选择。 (楷模版只能用于复制。) 但是,请看Sync Framework,以前称为ADO.NET的协同服务。 这是一份意向书。 提供你可能认为有用的yn子能力的网络。 根据您的描述,Colming Scenario 似乎是最适用的(Ppeer-to-peer的同步情景)。

问题回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签