<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : How to drop WWF dependencies?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : How to drop WWF dependencies?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 16:58:31 +0000</pubDate>
  <lastBuildDate>Fri, 23 Jan 2004 09:15:39 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=9049</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[How to drop WWF dependencies? : Well easy enough to drop all Constraints.  BEGIN...]]></title>
   <link>https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post48652.html#48652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2267">michael</a><br /><strong>Subject:</strong> 9049<br /><strong>Posted:</strong> 23&nbsp;January&nbsp;2004 at 9:15am<br /><br /><P>Well easy enough to drop all Constraints.</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>BEGIN TRANSACTION<BR>SET QUOTED_IDENTIFIER ON<BR>SET TRANSACTION ISOLATION LEVEL SERIALIZABLE<BR>SET ARITHABORT ON<BR>SET NUMERIC_ROUNDABORT OFF<BR>SET CONCAT_NULL_YIELDS_NULL ON<BR>SET ANSI_NULLS ON<BR>SET ANSI_PADDING ON<BR>SET ANSI_WARNINGS ON<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblPollChoice<BR>&nbsp;DROP CONSTRAINT tblPollChoice_FK00<BR>GO<BR>COMMIT<BR>BEGIN TRANSACTION<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblAuthor<BR>&nbsp;DROP CONSTRAINT tblAuthor_FK00<BR>GO<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblForum<BR>&nbsp;DROP CONSTRAINT tblForum_FK00<BR>GO<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblPermissions<BR>&nbsp;DROP CONSTRAINT tblPermissions_FK00<BR>GO<BR>ALTER TABLE dbo.tblTopic<BR>&nbsp;DROP CONSTRAINT tblTopic_FK00<BR>GO<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblThread<BR>&nbsp;DROP CONSTRAINT tblThread_FK01<BR>GO<BR>COMMIT<BR>BEGIN TRANSACTION<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblBuddyList<BR>&nbsp;DROP CONSTRAINT tblBuddyList_FK00<BR>GO<BR>ALTER TABLE dbo.tblEmailNotify<BR>&nbsp;DROP CONSTRAINT tblEmailNotify_FK00<BR>GO<BR>ALTER TABLE dbo.tblPMMessage<BR>&nbsp;DROP CONSTRAINT tblPMMessage_FK00<BR>GO<BR>ALTER TABLE dbo.tblThread<BR>&nbsp;DROP CONSTRAINT tblThread_FK00<BR>GO<BR>COMMIT<BR>BEGIN TRANSACTION<BR>ALTER TABLE dbo.tblGuestName<BR>&nbsp;DROP CONSTRAINT tblGuestName_FK00<BR>GO<BR><BR></pre></td></tr></table></P>]]>
   </description>
   <pubDate>Fri, 23 Jan 2004 09:15:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post48652.html#48652</guid>
  </item> 
  <item>
   <title><![CDATA[How to drop WWF dependencies? : I guess what I am asking for is...]]></title>
   <link>https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post48577.html#48577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14920">Savatage1</a><br /><strong>Subject:</strong> 9049<br /><strong>Posted:</strong> 22&nbsp;January&nbsp;2004 at 10:12pm<br /><br />I guess what I am asking for is an easy way/script to remove the dependencies so I can remove and recreate the tables and stored procedures.&nbsp; I was hoping there was a DROP option in the setup script, but I dont see anything.]]>
   </description>
   <pubDate>Thu, 22 Jan 2004 22:12:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post48577.html#48577</guid>
  </item> 
  <item>
   <title><![CDATA[How to drop WWF dependencies? : Also if you do it a few times...]]></title>
   <link>https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post47935.html#47935</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2267">michael</a><br /><strong>Subject:</strong> 9049<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 9:18am<br /><br />Also if you do it a few times in a row, select all and delete it will eventually be successful. Reason being if you'd do in the right order the problem would not exist. ]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 09:18:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post47935.html#47935</guid>
  </item> 
  <item>
   <title><![CDATA[How to drop WWF dependencies? : Try deleting any relationships...]]></title>
   <link>https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post47908.html#47908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9049<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 4:30am<br /><br />Try deleting any relationships between the tables first.]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 04:30:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post47908.html#47908</guid>
  </item> 
  <item>
   <title><![CDATA[How to drop WWF dependencies? : I am trying to wipe out a 5.5...]]></title>
   <link>https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post47887.html#47887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14920">Savatage1</a><br /><strong>Subject:</strong> 9049<br /><strong>Posted:</strong> 19&nbsp;January&nbsp;2004 at 9:20pm<br /><br /><P>I am trying to wipe out a 5.5 installation, and install 7.7 in it's place.&nbsp; In order to do so, I have to delete the old WWF tables and stored procedures.&nbsp; However, when I try to do this, Enterprise Manager complains about the dependencies.</P><P>Does anyone have a script I can use to delete these old tables to make room for the new ones?&nbsp; I would rather not have to create a new database.</P>]]>
   </description>
   <pubDate>Mon, 19 Jan 2004 21:20:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-to-drop-wwf-dependencies_topic9049_post47887.html#47887</guid>
  </item> 
 </channel>
</rss>