![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm processing a flat file into a database, and it has disparate records... i.e. start positions for information are not the same for every record. Now, with Oracle, I could use SQL*Loader to process various load formats... but does DTS handle various load formats? I'm using SQL Server 2000. Am I able to do this using DTS? Or what route should I be using to handle this problem? Thanks -- Message posted via http://www.sqlmonster.com |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Yes, there are actually only two formats for the rows, and the format is designated by a Record Type number, either 00 or 01. Now I was thinking that I could just toss the flat file into a table with two fields... the first being the Type number, the second being a entire line dump. Then use that table as input for a procedure determining the transformations I need... -- Message posted via http://www.sqlmonster.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |