Activity overview
Latest activity by jamest85
any example of connection to remote server
Hi:
From the example code, we assign serverName like this:
public const string DevServerName = "JamesDB\\SQLEXPRESS"; //Change the server name accordingly.
public const string LiveServerName = DevS...
issues on: primary key is the default comparison key
Hi:
We have a Dev and Live database, most of tables have primary key (auto number, increase 1 each time adding a new record).
Since the "Comparison", by default, is based on the primary key, that m...