Curcular dependency
kkchan
Posts: 33
Hi,
When I compare database, I have warning as below. What does it meant?
Severity: High
Title: Circular dependency for the table or view [dbo].[ItemSizes]
Thank you
When I compare database, I have warning as below. What does it meant?
Severity: High
Title: Circular dependency for the table or view [dbo].[ItemSizes]
Thank you
Comments
The solution isn't entirely clear -- you can let it run and if it succeeds then everything is alright. If it fails, you may want to synchronize parts of the database at a time or save the script to disk and modify it by hand. There is a full explanation in a previous versions forum post.
I have tried to use dependencies tracker to my database. How could I know what cause my table "circular reference"? It shows my table used by another trigger/view/table. Thats it. But it doesn't show how which table cause the circular ref.
Please advice.
Thank you