sql server - How to synchronize 2 different tables in 2 different databases in SQL -
i have 1 website xy features, having 50000 users, in database members table has 35 columns members different info.
now, attach webshop has different set of columns in member table, webshop empty far.
i need attach/synchronize these 2 databases, 50000 users site one, log in on site two. if register on 1 site, should added site 2 automatically.
both websites need username, email , password, registration.
what best approach 2 different tables synced on 3 columns have different column names?
Comments
Post a Comment