Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
john.burns
Posting Yak Master
100 Posts |
Posted - 2007-07-05 : 13:44:03
|
anyone know how to :detect header row and insert to table aprocess data rows and insert to table bdetect trailer row and import to table athanks |
|
igorblackbelt
Constraint Violating Yak Guru
407 Posts |
Posted - 2007-07-06 : 10:34:29
|
It can sound a little silly, but I would write a little program that would do it for me, based on record length.If record < X goes thereIf record > Y goes thereIf record <> Z goes there---"Try not to become a man of success but rather try to become a man of value." |
 |
|
tmitch
Yak Posting Veteran
60 Posts |
Posted - 2007-07-16 : 23:09:41
|
What differentiates a header/trailer row from a row of real data? |
 |
|
|
|
|