Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, it sounds like you already have data deployed, in which case you may have the need to ensure that you have a default value on your columns. If you attempt to deploy to a database (or table) that has existing data, and you are not allowing Null, then you will have to supply a default value.
Here is what I always tell most people when they run into deployment issues (as you still have to respect SQL Server rules). Does the error happen if you deploy to a new database? That is always the first thing to try so that you can begin to troubleshoot your issue.
|