Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Generally databases that have been updates with the DDT were initially created with the DDT...however, what you are attempting to accomplish can be done, but there are limitations (even in SQL Server) when converting certain data types from one to another. I would have to setup the Decimal to Int scenario to see if this produces any type of error. In some cases SQL Server Management Studio does some "smoke and mirrors" to convert certain things versus just relying on SMO. But in response to dropping the contraints, we actually do this so that PKs and structure changes can take place. So this would really be a matter of us getting our hands on your existing structure and the package file so that we can see what is actually going on and if there is something that we can do in the deployment phase to take some unique circumstance into account.
|