sp_dropkey - I can't remember the format for foreign keys but for primary use:

sp_dropkey &#39;primary&#39;, <table>


On 1/5/99 8:05:14 AM, Gary Billins wrote:
> Hi,


How do I quick remove all the documentation generated in the
>
catalog by sp_primary and sp_foreignkey.

The documentation is
> misleading and does not correspond with the current primary and foreign
> keys. I do not wish to drop and create the
tables.