There are 2 databases (DB1 & DB2)
Since there are security issues only a few people have access to DB1. However multiple people some of the info, therefore "append" and "update" queries were made in DB1 to update "non critical data" tables in DB2. A form in DB1 automatically opens when the DB is open and on a timer of 120000 milliseconds (every 20mins, atleast that is what I think it is) runs the queries to update DB2.
The question...
What would happen if someone was in DB2 running reports/queries when DB1 tried to run its update and append queries?
Would there be any significant errors and, if so, is there a way to prevent this?
Having everyone open DB1 is not a possiblity due to security and limitations on the SQL server.
Since there are security issues only a few people have access to DB1. However multiple people some of the info, therefore "append" and "update" queries were made in DB1 to update "non critical data" tables in DB2. A form in DB1 automatically opens when the DB is open and on a timer of 120000 milliseconds (every 20mins, atleast that is what I think it is) runs the queries to update DB2.
The question...
What would happen if someone was in DB2 running reports/queries when DB1 tried to run its update and append queries?
Would there be any significant errors and, if so, is there a way to prevent this?
Having everyone open DB1 is not a possiblity due to security and limitations on the SQL server.