﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming By A Tool &#187; Sql 2008</title>
	<atom:link href="http://byatool.com/tag/sql-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://byatool.com</link>
	<description>This is my recorded stumbling through ASP.Net, Framework 3.5, C# 3.0, Ajax, Javascript, and Love.  Stay, learn, destroy.  It's your life.</description>
	<lastBuildDate>Thu, 03 May 2012 17:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Sql 2008 &#8211; You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving changes that require the table to be re-created</title>
		<link>http://byatool.com/sql-issue/sql-2008-you-have-either-made-changes-to-a-table-that-cant-be-re-created-or-enabled-the-option-prevent-saving-changes-that-require-the-table-to-be-re-created/</link>
		<comments>http://byatool.com/sql-issue/sql-2008-you-have-either-made-changes-to-a-table-that-cant-be-re-created-or-enabled-the-option-prevent-saving-changes-that-require-the-table-to-be-re-created/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:40:23 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Sql Issue]]></category>
		<category><![CDATA[Sql 2008]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1031</guid>
		<description><![CDATA[If you&#8217;ve run into this issue: Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving changes that require the table to be re-created. Normally I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve run into this issue:</p>
<blockquote><p>Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving changes that require the table to be re-created.</p></blockquote>
<p>Normally I don&#8217;t like copy/paste solutions but I also can&#8217;t stand wading through Microsoft issue explanations. This is how you fix it in quick picture form:</p>
<pre><img src="http://www.iamwebproject.com/PhotoView/Photo/ShowPhoto/15" alt="Here it is." /></pre>
<p>Tools -&gt; Options -&gt; Designers</p>
<p><a href="http://support.microsoft.com/kb/956176">The worded Solution is from here.</a></p>
<p>While trying to save changes to a table, it&#8217;s because you&#8217;ve done this:</p>
<ul>
<li>You change the Allow Nulls setting for a column.</li>
<li>You reorder columns in the table.</li>
<li>You change the column data type.</li>
<li>You add a new column.</li>
</ul>
<p>And there it is folks, simple and done with.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/sql-issue/sql-2008-you-have-either-made-changes-to-a-table-that-cant-be-re-created-or-enabled-the-option-prevent-saving-changes-that-require-the-table-to-be-re-created/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

