Connecting Tech Pros Worldwide Help | Site Map

Fixed Width File Spec for SQL Server

Member
 
Join Date: Dec 2006
Posts: 43
#1: Feb 19 '09
Hi,

Quick question, I have a fixed width text file with over 1000 fields in it that I need to get into SQL Server 2000 (I have both enterprise manager and management studio).

I have an excel spreadsheet with the complete list of all the fields, plus start, end, and length.

Rather than manually specifying all these columns, can I use the spreadsheet data somehow to speed this up?

Regards,
Rob.
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Feb 19 '09

re: Fixed Width File Spec for SQL Server


I don't know how your excel sheet looks like. But you can use that and convert it to a format file. Read more about it here

-- CK
Reply