<pre class="ip-ubbcode-code-pre"> Alter Table [MyTable] Drop [myConstraint] </pre><BR><BR>Right?<BR><BR>Anyways, I know I figured out how to do it before, and that it ...
Test-driven software must often drop, create and populate database tables with records before it runs a suite of unit tests. For this reason, the ability to have JPA frameworks -- such as EclipseLink ...