I got requirment to synch tables from server 1 to server 2 with out dropping tables in server 2 which do not exists in server 1.
There are 3 ways to sych
1) Backup and Restore
This is will drop tables that exists in server 2 , which are not in server1
2) SSIS packages
This is difficult to generate package to each table
3) Remote Connection
Query tables of server 1 from Server 2 .