We're running Win2K3 on our production servers, SQL 2000
w/SP3a, we're currently looking to expand our database
operations and looking into Federated Databases. We
currently have replication going on between two of the
SQL servers (in different physical locations) for our
databases.
My question is - if we move to a Federated Database
solution, is replication still an option, and are there
any known issues with replication not working well with
FDB's?
My follow-up to that is - is replication even needed in a
FDB environment?
Help is much appreciated on this!
C
Consider the authors table. You could have the first 5 states in the first
server in the federation, the next 5 in the second, the following 5 in the
third, etc.
You could use replication with filtering from an outside server to push the
data to the correct server for that parition in the federation.
You decision on using replication in a federated database solution will
depend on what you are trying to accomplish.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"anon" <anon...@discussions.microsoft.com> wrote in message
news:025601c496a6$afded390$a401...@phx.gbl...
My DBA claims that replication is not possible in a
Federated database because of the way the partitioned
views are set up.
>.
>