﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Integration Services  / Flat files without delimiters / 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, 22 May 2013 21:57:54 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Flat files without delimiters</title><link>http://www.sqlservercentral.com/Forums/Topic459606-148-1.aspx</link><description>[quote][b]karthi (2/25/2008)[/b][hr]Hi,I have a flat file without delimiters. The format is like L10123444 221but Col1 = L;col2=1;col3=0123444 etc...how to import this kind of flat fileThanks in advance[/quote]All of the methods suggested, so far, are good and will do.If you want absolute blinding speed, though, using Bulk Insert with a BCP format file will out perform just about anything else you can do.  The information for a BCP format file is in Books Online.</description><pubDate>Mon, 25 Feb 2008 10:19:05 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>RE: Flat files without delimiters</title><link>http://www.sqlservercentral.com/Forums/Topic459606-148-1.aspx</link><description>In the SSIS Data Flow you would use a Flat File Source.  Configure the sources connection manager to use the "Ragged right" format and mark where the columns should be delimited, including the appropriate row delimiter. In the Advanced options change the properties for each column, such as Column name, data type and width. Then connect that to your destination.If the fields won't be in the same position and same width the above won't work.  For that you could still use a Flat File Source and read each row to a single column, then split that row up within a Script Component.  </description><pubDate>Mon, 25 Feb 2008 07:10:40 GMT</pubDate><dc:creator>Todd Engen</dc:creator></item><item><title>RE: Flat files without delimiters</title><link>http://www.sqlservercentral.com/Forums/Topic459606-148-1.aspx</link><description>Use fixed length option in flat file connection manager</description><pubDate>Mon, 25 Feb 2008 06:57:35 GMT</pubDate><dc:creator>Dinesh Asanka</dc:creator></item><item><title>Flat files without delimiters</title><link>http://www.sqlservercentral.com/Forums/Topic459606-148-1.aspx</link><description>Hi,I have a flat file without delimiters. The format is like L10123444 221but Col1 = L;col2=1;col3=0123444 etc...how to import this kind of flat fileThanks in advance</description><pubDate>Mon, 25 Feb 2008 04:17:25 GMT</pubDate><dc:creator>karthi-646351</dc:creator></item></channel></rss>