I have the following:
DROP TABLE [dbo].[ExtraUserInformation]; DROP TABLE [dbo].[UserProfile]; DROP TABLE [dbo].[webpages_Membership]; DROP TABLE [dbo].[webp
You must drop the constraint before you can drop the table.Other wise its rule violation. How to get foreign key relationships see this old question. SQL DROP TABLE foreign key constraint