The part I am not sure about, is if we add a table, or modify a table, will
that change get replicated out as well?
But, to answer your question, some schema changes are handled
automatically while others aren't. For instance, adding a new table
to the published database isn't handled automatically, but changes to
already replicated tables are (assuming you've configured it for
this).
"Ben Thul" wrote:
> .
>
Relevant BOL links:
Log shipping: http://msdn.microsoft.com/en-us/library/ms187103%28SQL.90%29.aspx
Mirroring: http://msdn.microsoft.com/en-us/library/ms177412(SQL.90).aspx
High availability: http://msdn.microsoft.com/en-us/library/ms190202%28SQL.90%29.aspx
HTH!
Would Log-Shipping work if a table was modified by adding a field? or if a
new table was created in a database?
"Ben Thul" wrote:
> .
>
However, as with most things, I invite you to try it. You shouldn't
be leveraging your business on what some crackpot on the internet said
without testing it out. And yes, I realize I just called myself a
crackpot. :) "Trust, but verify".
"Ben Thul" wrote:
> > > > > > What I am needing to do, to replicate the local one, to the co-lo.. I am
> > > > > > thinking that Transactional would be best as it would keep an almost realtime
> > > > > > copy.
> >
> > > > > > The part I am not sure about, is if we add a table, or modify a table, will
> > > > > > that change get replicated out as well?
> >
> > > > > .
> >
> > > .
> >
> >
>
> .
>