You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To import relationships...

  1. Right-click on your existing model version and select Import>Relationships to display the Import dialog.

REPLACE WITH THIS IMAGE: Images/Models/Importing Relationships_1.png

Tip

An example of a Relationships file would be a csv file: relationships.csv
fk schema,pk schema,fk entity,pk entity,fk attribute,pk attribute
dbo,dbo,Products,Suppliers,SupplierID,SupplierID 

  1. Select the relationship file to import and click Open to display the Configure import settings dialog.

REPLACE WITH THIS IMAGE: Images/Models/importrelationshipsetting.png

    • Clear the Has header row checkbox to not include the header row for the columns.
    • Select the Name case sensitive checkbox if the content is case sensitive.
  1. Click Next>.
  2. From the Import relationships dialog, select the relationships you want to import.

REPLACE WITH THIS IMAGE: Images/Models/importrelationshipsetting1.png

  1. Click Import.
  2. A Success message is displayed and relationships are imported.

REPLACE WITH THIS IMAGE: Images/Models/importrelationshipsetting2.png

  1. Click OK.
  • No labels