<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 ...
Well, if you happen to be using Sql Server you can do that sort of thing in T-Sql. In Oracle, you can also accomplish the same thing using pl/sql. Either way i'd do it in a stored ...