Posts
Sort by recent activity
Syncing table between two different databases with a twist
Hopefully I can explain this correctly.
I am currently using MSSQL 2008 and I have two databases with 2 tables. In DB1, Table 1 has a username and a UserID. Table 2 has a GUID and a UserID. The Us...