dbTalk Databases Forums  

SQL Replication

microsoft.public.sqlserver.replication microsoft.public.sqlserver.replication


Discuss SQL Replication in the microsoft.public.sqlserver.replication forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas M?ller
 
Posts: n/a

Default SQL Replication - 04-14-2005 , 06:46 AM






Hi all,

i've a question/problem:

we are using several sql server at several locations.
Now we want to replicate the data from all servers to "one central
server".
After long time of searching the internet an reading different aricles
i decided to use the transactional replication for my problem.
But i didn't found anything if i could replicate data from several
servers to one "central server".
Hope someone here can help me.

Greetz Thomas

PS: Sorry for my bad english......

Reply With Quote
  #2  
Old   
Paul Ibison
 
Posts: n/a

Default Re: SQL Replication - 04-14-2005 , 06:56 AM






Thomas,
this is referred to as multiple publishers and a central subscriber. The
setup is quite straightforward, and the only tricky thing is the name
conflicts tab, where you'll have to use the 'Keep the existing table
unchanged' option.
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com/default.asp
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

ps your English is v.good, while my German is non-existant



Reply With Quote
  #3  
Old   
Thomas Müller
 
Posts: n/a

Default Re: SQL Replication - 04-14-2005 , 07:21 AM



Ok, thanks for the answer.

Ok, i see it is possible to do this.
But is it also possible to store the data from the servers in different
databases/virtual sql servers on the "central server"?
So that we can differentiate which data is from which server?
Are there any links to a documentation in the internet? i couldn't find
anything......

Quote:
ps your English is v.good, while my German is non-existant
thanks


Greetz
Thomas






Reply With Quote
  #4  
Old   
Paul Ibison
 
Posts: n/a

Default Re: SQL Replication - 04-14-2005 , 07:34 AM



Thomas,
you could store the data in different databases / tables on the central
server and amalgamate it using a view. That is one option. It won't perform
well as it won't have an index though, so for a large table this could be an
issue. It would be more usual to replicate to one central table and
partition the data in some way eg have an additional column which has a flag
displaying the source server/business unit and in that way the source of
each row is identifiable. There aren't any articles that I am aware of, but
once I've finished the one I'm on at the moment, I'll create one and post
you the URL.
Rgds,
Paul



Reply With Quote
  #5  
Old   
Thomas Müller
 
Posts: n/a

Default Re: SQL Replication - 04-14-2005 , 07:47 AM



ok, big thanks to you paul!

Quote:
There aren't any articles that I am aware of, but once I've finished the
one I'm on at the moment, I'll create one and post you the URL.
Rgds,
Paul
that sounds really good! )


greetz
Thomas






Reply With Quote
  #6  
Old   
Paul Ibison
 
Posts: n/a

Default Re: SQL Replication - 04-20-2005 , 11:16 AM



Thomas,
hope this helps:
http://www.replicationanswers.com/Ce...berArticle.asp
Rgds,
Paul Ibison

"Thomas Müller" <tmuellermail (AT) gmx (DOT) net> wrote

Quote:
ok, big thanks to you paul!

There aren't any articles that I am aware of, but once I've finished the
one I'm on at the moment, I'll create one and post you the URL.
Rgds,
Paul

that sounds really good! )


greetz
Thomas







Reply With Quote
  #7  
Old   
Thomas Müller
 
Posts: n/a

Default Re: SQL Replication - 04-26-2005 , 03:14 AM




"Paul Ibison" <Paul.Ibison (AT) Pygmalion (DOT) Com> schrieb im Newsbeitrag
news:%233yjPRcRFHA.2228 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Quote:
Thomas,
hope this helps:
http://www.replicationanswers.com/Ce...berArticle.asp
Rgds,
Paul Ibison

Hi Paul,

that's great! And again a big thanks to you!!

Greetz
Thomas




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.