Hi everyone!
I'm really new to SQL Database (in fact I'm new to Databases), so be kind and help me with some suggestions for the following Scenario:
I have a SQL Database Server, and 20 front-end clients that access the database via ODBC.
Problem is that for network and location reasons, i need to have the Database in two locations: 10 users access the first location (INSERT/UPDATE/DELETE) and 10 others do the same in the second location...
But a change made in location 1 has to be visible in location 2, and vice-versa. Do I need Replication ? Any constraints to primary key fields ? I don't have any idea, so any suggestion will help :)