jspraul / sql-dbdiff

Automatically exported from code.google.com/p/sql-dbdiff
0 stars 0 forks source link

Dependent objects are not scripted in the sync script #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a Indexed View in the Source DB
2.Alter the Table schema of the table on which the Indexed view is 
dependent. You will be prompted by SSMS that the dependent views will have 
to be recreated. So, recreate the indexed views on the Source DB

What is the expected output? What do you see instead?
Expected Output:
1. The sync script should also generate the DROP + CREATE script for the 
dependent indexed views/ any other object.

Actual Output:
1. No such script was generated.

What version of the product are you using? On what operating system?
I am using v3.0 on xp sp3

Please provide any additional information below.

Original issue reported on code.google.com by vinaypug...@gmail.com on 25 Mar 2010 at 5:36