You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IFNOTEXISTS (SELECT*FROMsys.foreign_keysWHEREobject_id=OBJECT_ID(N'[dbo].[FK_QueueDatabase_Queue]') AND parent_object_id =OBJECT_ID(N'[dbo].[QueueDatabase]'))
IFEXISTS (SELECT*FROMsys.foreign_keysWHEREobject_id=OBJECT_ID(N'[dbo].[FK_QueueDatabase_Queue]') AND parent_object_id =OBJECT_ID(N'[dbo].[QueueDatabase]'))