Hi,
Is there any way to keep 2 SQL 2005 Express instances in Synch. I know that
SQL 2005 Express doesn't support Replication between them. What other
options do I have without upgrading to SQL 2005 Server. Any 3rd party
application or options with in 2005.
One of the SQL 2005 Express will be the "Master" and I will like to sych or
send the new that two the seconds instance. There is not update or deletes
to this database it will only have new inserts.
Thanks
Julio D
I expect that the new ADO.NET Synchronization Services API might be of some
use. It can be used between SQL Express instances (as well as other data
sources) to keep database tables in sync.
____________________________________
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)
Between now and Nov. 6th 2006 you can sign up for a substantial discount.
Look for the "Early Bird" discount checkbox on the registration form...
------
Microsoft MVP, Author, Mentor
Microsoft MVP
"Julio Delgado" <jdelgado89@.hotmail.com> wrote in message
news:OeKG$SDgHHA.1216@.TK2MSFTNGP03.phx.gbl...
> Hi,
> Is there any way to keep 2 SQL 2005 Express instances in Synch. I know
> that SQL 2005 Express doesn't support Replication between them. What other
> options do I have without upgrading to SQL 2005 Server. Any 3rd party
> application or options with in 2005.
> One of the SQL 2005 Express will be the "Master" and I will like to sych
> or send the new that two the seconds instance. There is not update or
> deletes to this database it will only have new inserts.
> Thanks
> Julio D
>
|||Bill, thanks for the info, do you know of another tool since I need it for a
current application that we have.
Thanks
Julio
"William (Bill) Vaughn" <billva@.NoSpamAtAll_betav.com> wrote in message
news:O$RHGRGgHHA.1244@.TK2MSFTNGP04.phx.gbl...
>I expect that the new ADO.NET Synchronization Services API might be of some
>use. It can be used between SQL Express instances (as well as other data
>sources) to keep database tables in sync.
> --
> ____________________________________
> 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)
> Between now and Nov. 6th 2006 you can sign up for a substantial discount.
> Look for the "Early Bird" discount checkbox on the registration form...
> ------
>
> Microsoft MVP, Author, Mentor
> Microsoft MVP
> "Julio Delgado" <jdelgado89@.hotmail.com> wrote in message
> news:OeKG$SDgHHA.1216@.TK2MSFTNGP03.phx.gbl...
>
|||I think it would be a waste of time to reinvent the wheel being created with
Synchronization Services. It's available now in CTP form. Yes, it's likely
to change between now and when it ships this fall, but it should solve your
problem.
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 books:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition) and
Hitchhiker's Guide to SQL Server 2005 Compact Edition
------
"Julio Delgado" <jdelgado89@.hotmail.com> wrote in message
news:uoHXfnTgHHA.4916@.TK2MSFTNGP06.phx.gbl...
> Bill, thanks for the info, do you know of another tool since I need it for
> a current application that we have.
> Thanks
> Julio
> "William (Bill) Vaughn" <billva@.NoSpamAtAll_betav.com> wrote in message
> news:O$RHGRGgHHA.1244@.TK2MSFTNGP04.phx.gbl...
>
|||friggin fabulous info, thanks!
I really really hate how they crippled MSDE 3.0
lol
"William (Bill) Vaughn" <billva@.NoSpamAtAll_betav.com> wrote in message
news:O$RHGRGgHHA.1244@.TK2MSFTNGP04.phx.gbl...
> I expect that the new ADO.NET Synchronization Services API might be of
some
> use. It can be used between SQL Express instances (as well as other data
> sources) to keep database tables in sync.
> --
> ____________________________________
> 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)
> Between now and Nov. 6th 2006 you can sign up for a substantial discount.
> Look for the "Early Bird" discount checkbox on the registration form...
> ----
---[vbcol=seagreen]
>
> Microsoft MVP, Author, Mentor
> Microsoft MVP
> "Julio Delgado" <jdelgado89@.hotmail.com> wrote in message
> news:OeKG$SDgHHA.1216@.TK2MSFTNGP03.phx.gbl...
other
>
|||So use SQL Server Express Edition. Frankly, I've never (as in never) seen a
documented case where the governor was the root cause of a performance
problem with MSDE.
____________________________________
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)
------
"Aaron Kempf" <akempf@.dol.wa.gov> wrote in message
news:uMyRgCCjHHA.3928@.TK2MSFTNGP03.phx.gbl...
> friggin fabulous info, thanks!
> I really really hate how they crippled MSDE 3.0
>
> lol
>
> "William (Bill) Vaughn" <billva@.NoSpamAtAll_betav.com> wrote in message
> news:O$RHGRGgHHA.1244@.TK2MSFTNGP04.phx.gbl...
> some
> rights.
> other
>
No comments:
Post a Comment