Comments
4 comments
-
There was a bug in the beta code that falsely claimed there to be circular dependencies. This was to so with forwards and backwards references being stored for triggers. This meant any table with a trigger on it that referenced the triggered table counted as circular. Kudos to you for spotting it.
Thanks -
Thanks Richard. Just for confirmation I will post tomorrow if I cannot repro with the new bits on the same database.
-
Well, I can confirm that it worked. No more circular dependencies warning on RC1.
-
Brilliant, thanks for that.
Add comment
Please sign in to leave a comment.
Data SQL Warnings
Circular dependency for the table or view [dbo].[tableA]
Circular dependency for the table or view [dbo].[tableB]
I think I almost guess what it means, but but so far I could not find if it is a serious problem or if there is a solution for it.
Sorry if this has been answered somewhere else. I did a search in online help and here in the forums and could not find anything.
Thank you.