CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Posts
    2

    Database Replication

    Is it possible to create a replica that contains only specific tables or does the entire database have to be replicated?


  2. #2
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    Re: Database Replication

    You can replicate the entire database or just copy the format of the tables without copying it's contents


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured