In a multiuser environment, your database diagram can be affected by changes other users have saved to:
For example, your database diagram might contain a table that another user deleted or renamed. In such a case, your database diagram will no longer reflect the current state of the database. When you attempt to save your database diagram or selected tables, the Database Changes Detected dialog box notifies you that the database has been updated since you opened your diagram.
This dialog box also displays a list of database objects that will be affected as a result of saving your database diagram or selection. At this point, you can take one of these actions:
au_id
column in the titleauthors
table on your database diagram and another userÆs database diagram contains the authors
table which is related to the titleauthors
table by the au_id
column. Saving your database diagram will affect the other userÆs database diagram. Similarly, suppose that another user defined a check constraint for the qty
column in the sales
table. If you delete the qty
column and save the sales
table, the other userÆs check constraint will be affected.