Creating relationship 'FK_relationship' failed.Create failed for ForeignKey 'FK_relationship'. An exception occurred while executing a Transact-SQL statement or batch.Foreign key 'FK_relationship' references invalid table 'master table'.Could not create constraint. See previous errors.
There are no previous errors. I'm using SQL Server Express. I've tried setting the relationship from both tables as parent child, child parent with the same results.
Any ideas?
Thanks,
Ozzie
Also, what master table reference is being made here? Is this a table in your database named master?
Here's what I'm trying to accomplish...nothing out of the ordinary.
This is the message when I create the relationship on table 'Trade'.
When I create the relationship on table 'TradeDivision' I get the same message as above except it references invalid table 'TradeDivision'
Thanks
I will look at this some more. I am having a hard time making this work in SQL Server (aside from the DDT). There is a SQL Server rule that is being violated and I am going to have to take a closer look. It will more than likely be Monday before I get back to you on this.