
------*********$$$$$$$ SQL Text IMPORT HELP !!!! $$$$$$*******------------
I was wondering if you could give some advice with this:
I periodically receive a text file, with fixed length
columns. There are no delimiters. I need to insert this
data into a database, performing several minor
modifications such as changing adding dashes to some
fields, date formats, etc., on-the-fly.
We are currently using SQL 2000 desktop edition
How do I set up a DTS or bpc package/T-SQL storedproc/VB
app that will
dynamically import this text file into a SQL Server table ?
This import must also be selective, I need setup a index
that includes 3 or 4 fields and only import new data that
is not on the table, when those 3 or 4 fields do not match.
I remember in FoxPro I can create a index of multiple
fields (index on field_a+field_b+field_c to IndexName)
can something like this be accomplished on SQL to ? I'm
sure, but I don't know how. Please help.
Thanks in advance
.