After the changes described in the preceding sections, the SQL Server™ database diagram for FmLib must be updated to include the new relationships between the new Critique table and existing tables — specifically, the title and borrower tables. The original CML application's FmLib database is described, and the database diagram is shown, in Database Design. The new database diagram should look something like this:
The following procedure describes how you relate the Critique table to the title and borrower tables using the SQL Server Edit Diagram window. This is a task you do by hand, using the SQL Server Enterprise Manager.
To update the database diagram
Important The title table is enabled for full-text search and you need to remove the full-text index on the table before you can create the foreign key constraint between the title and the Critique tables. When a table is enabled for full-text search, the full-text index must be dropped before you can add, delete, or modify table columns or relationships. After making these changes, you can re-add full-text indexes by following the steps (starting with step 3) in the "Getting the CML Database Ready for Full-Text Search" procedure in the CML and Full-Text Search topic.