Hi. I have two models for MSSQLServer2008. I want to get alter script for one of them. But i got a lot of error messages after deployed it. What i found
- I have a lot of new views in source model. These views have dependencies between each other. Toad did understand these dependencies and created “create view” statements with wrong order.
- i have some views that are presented in both models but were changed. But i found that toad created “create view” statements instead of " alter view" for these view.
- I found that Toad added in alter script look like this " create table tbl_243923928398923". As i understood it is temp table. But script for this temporary table has the same default constraint name that has really table in db
Version toad data modeler is 3.5.10.4
Thx