If I rename a domain name and change the setting (in my case Domain name “VarChar(1024)” to "VarChar(1000); Value “Varchar” length “1024” to "1000). So the alter script wizard detect the change (one attribute has change), but I get an empty alter script. This happens with MS SQL 2005, MySQL 5.0 and Oracle 9i.
Same thing happen, if I create a new Domain “VarChar(1000)”, change my attribute from “VarChar(1024)” to “VarChar(1000)” and delete the old Domain "VarChar(1024).