Results 1 to 5 of 5

Thread: Database Replication

  1. #1
    New Member
    Join Date
    Feb 00
    Posts
    4

    Post

    Is it possible to make a replica of a database without replicating all of the tables. Thanks.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 99
    Location
    USA
    Posts
    1,844

    Post

    What good is a replicated database without any data?

  3. #3
    New Member
    Join Date
    Feb 00
    Posts
    4

    Post

    Originally posted by Clunietp:
    What good is a replicated database without any data?
    It's a space issue. Only a few tables will actually will change. Those are the ones I want to replicate. My question is can you replicate specfic tables and not the whole database.

  4. #4
    Frenzied Member
    Join Date
    Aug 99
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Yes.

  5. #5
    Addicted Member pardede's Avatar
    Join Date
    Jan 00
    Posts
    232

    Post

    yes it is possible,
    you just set the replicable property of each table to true or false according to whether you want to replicate it or not..

    but, first you have to define this property and append it to the tables

    if you have books online, you can find explanation on this under 'replication'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •