Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxx>
- Date: Thu, 12 Jul 2007 10:18:18 -0700
And "SQL Server 2005 Compact". (does not support Publication) ;)
I told you that it was a mistake giving it the same name as the other
editions.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Ginny Caughey [MVP]" <ginny.caughey.online@xxxxxxxxxxxxxx> wrote in message
news:6A136D62-BD38-4FBB-A285-EA1FADE344BA@xxxxxxxxxxxxxxxx
Any version of SQL Server other than Express supports serving as a merge
replication publisher.
--
Ginny
"TheSQLFool" <TheSQLFool@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:62155723-9802-47CE-B493-A9389A9C1544@xxxxxxxxxxxxxxxx
Hi Ginny,
I am currently reading this article and using the Trial edition for SQL
server 2005 to try out merge replication.
http://msdn2.microsoft.com/en-US/library/aa454892.aspx
Only problem is, I am unaware whether there are features inside the Trial
edition that are not available inside the Standard edition, for eg, web
synchronization. We intend to buy the Standard edition for our own
purposes
but before we buy, we need to check whether we can do merge replication
properly using Standard edition as publisher.
Please advise.
Thank you.
"Ginny Caughey [MVP]" wrote:
Eventually, Sync Services is intended to replace RDA, but since Sync
Services is only in beta at the moment and not yet feature complete,
it's
premature to consider it a replacement yet. When it is finished, it will
indeed be better than RDA in my opinion because it will be more
powerful,
more open, but also because it will support a variety of transports also
be
more flexible. For example, both RDA and merge replication rely on IIS
to
provide the "plumbing" and this requirement will not be necessary with
Sync
Services.
RDA works with all versions of SQL Server. You could use it or merge
replication to sync multiple mobile devices since both merge and RDA use
IIS
for the connection to the SQL Server. Whether you choose merge or RDA
depends on how you'll be moving data. Merge is more powerful and more
flexible and allows you to pull down only the changes, but it is also
trickier to set up. RDA is easier to use but is also more limited - for
example when you Pull data, you create an entire new table rather than
just
inserting changes into an existing one and you have to handle confict
resolution yourself in code. You can read about Merge Replication and
RDA in
SQLce Books Online.
--
Ginny
.
- Follow-Ups:
- Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- From: Ginny Caughey [MVP]
- Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- References:
- Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- From: Ginny Caughey [MVP]
- Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- From: Ginny Caughey [MVP]
- Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- Prev by Date: Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- Next by Date: Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- Previous by thread: Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- Next by thread: Re: How to synchronize SQL CE 2005 with SQL Express or Standard 20
- Index(es):
Relevant Pages
|
Loading