<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Fix : Error 1702 CREATE TABLE failed because column in table exceeds the maximum of columns</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/12/sql-server-fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/12/sql-server-fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kamal</title>
		<link>http://blog.sqlauthority.com/2007/04/12/sql-server-fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/#comment-85008</link>
		<dc:creator><![CDATA[Kamal]]></dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/12/fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/#comment-85008</guid>
		<description><![CDATA[this is not the solution. what if table contains lots of data and my table has just 60 columns. please provide proper solution.]]></description>
		<content:encoded><![CDATA[<p>this is not the solution. what if table contains lots of data and my table has just 60 columns. please provide proper solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.sqlauthority.com/2007/04/12/sql-server-fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/#comment-38166</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 16 May 2008 03:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/12/fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/#comment-38166</guid>
		<description><![CDATA[Charles,

I have been plauged by this issue as well, my table only had 3 columns and when the Alter statement came up, I was getting the exceeds the maximum columns (sql 2K). The alter statement is in a stored proc that gets run by the app frequently. The proc drops the column before it exits, but still...

It was hair raising...

The fix was to script the table, then drop it, and then recreate the table. In my case the table did not have any data in it, so I didn&#039;t have to worry about repopulating it once it was recreated.

Hope that helps,
Mark]]></description>
		<content:encoded><![CDATA[<p>Charles,</p>
<p>I have been plauged by this issue as well, my table only had 3 columns and when the Alter statement came up, I was getting the exceeds the maximum columns (sql 2K). The alter statement is in a stored proc that gets run by the app frequently. The proc drops the column before it exits, but still&#8230;</p>
<p>It was hair raising&#8230;</p>
<p>The fix was to script the table, then drop it, and then recreate the table. In my case the table did not have any data in it, so I didn&#8217;t have to worry about repopulating it once it was recreated.</p>
<p>Hope that helps,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://blog.sqlauthority.com/2007/04/12/sql-server-fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/#comment-36394</link>
		<dc:creator><![CDATA[Charles]]></dc:creator>
		<pubDate>Fri, 02 May 2008 17:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/12/fix-error-1702-create-table-failed-because-column-in-table-exceeds-the-maximum-of-columns/#comment-36394</guid>
		<description><![CDATA[But the columns in the table are 10 they are not even close to 1024......

Can you reply ASAP

Charles]]></description>
		<content:encoded><![CDATA[<p>But the columns in the table are 10 they are not even close to 1024&#8230;&#8230;</p>
<p>Can you reply ASAP</p>
<p>Charles</p>
]]></content:encoded>
	</item>
</channel>
</rss>
