Unanswered Transfer FKs not working

  • Wednesday, November 16, 2005 5:18 PM
     
     
    I'm transfering obejcts from a SQL 2000 to SQL 2005 database.

    All the tables come accross with their PKs but none of the FKs are getting transfered.

    CopyPrimaryKeys = True
    CopyForeignKeys = True

    Any ideas how to get my FKs to transfer ?