To import relationships:

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

    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

  2. Select the relationship file to import and click Open to display the Configure import settings dialog.
    • 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.
  3. Click Next>
  4. From the Import relationships dialog, select the relationships you want to import.

  5. Click Import.
  6. A Success message is displayed and relationships are imported.
  7. Click OK.
  • No labels