﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / General / SQL Server 7,2000  / Import data into multiples tables or one? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 14:26:35 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Import data into multiples tables or one?</title><link>http://www.sqlservercentral.com/Forums/Topic1375412-9-1.aspx</link><description>Sean,Thanks for the reply. Appreciate it.</description><pubDate>Thu, 03 Jan 2013 09:23:48 GMT</pubDate><dc:creator>AVB</dc:creator></item><item><title>RE: Import data into multiples tables or one?</title><link>http://www.sqlservercentral.com/Forums/Topic1375412-9-1.aspx</link><description>[quote][b]AVB (10/22/2012)[/b][hr]I'm building an import package for a CSV file that has about 200 columns. If every column was maxed out it would be about 2200 bytes and is well below the max table size. Should I split this up into multiple tables because of the amount of columns?[/quote]My guess is that with that many columns the data could stand to be normalized. I would import it into a wide table and then normalize it. I don't see any reason to break this into 2 tables. If the rows were too wide then yes but otherwise it is going to be more work than needed.</description><pubDate>Mon, 22 Oct 2012 09:29:23 GMT</pubDate><dc:creator>Sean Lange</dc:creator></item><item><title>Import data into multiples tables or one?</title><link>http://www.sqlservercentral.com/Forums/Topic1375412-9-1.aspx</link><description>I'm building an import package for a CSV file that has about 200 columns. If every column was maxed out it would be about 2200 bytes and is well below the max table size. Should I split this up into multiple tables because of the amount of columns?</description><pubDate>Mon, 22 Oct 2012 07:15:03 GMT</pubDate><dc:creator>AVB</dc:creator></item></channel></rss>