Forum Discussion

Martin_Sachers's avatar
Martin_Sachers
Copper Contributor
Aug 04, 2022
Solved

Error 3727

Hi there, I try to delete a foreign key with " ALTER TABLE [dbo].[Projektplanung] DROP CONSTRAINT [Projektplanung$tblLookupCountriesProjektplanung] GO " But I have to cancel it and get Err 3737...
  • olafhelper's avatar
    olafhelper
    Aug 04, 2022

    Martin_Sachers , next time please post the complete error message, not only the number.

    select *
    from sys.messages
    where message_id = 3727

    > Could not drop constraint. See previous errors.

    And what was the previous error?

     

    Olaf

Resources