![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For some reason, importing text files (Tab, CSV, etc) into Access seems more stable than DTS into SQL. Many times I'll get date/time conflicts or "delimiter not found" messages DTS'ing when an import or link into Access works without a hitch. I'm dealing with large files from external systems (millions of customers) and need to be able to transport files of different names, contents, etc, very quickly. The easy thing would be to set as a link table in Access, but DTS doesn't want to import an Access link table. So I tried creating a view for the link table and DTS attempts to import it, but it gives me a "specification not found" message (the file specification for the link table). The other option of course is to do a make table in Access, but that's a lot of bandwidth for redundant data and very time consuming. So I'm thinking of giving UDL a whirl. If I could create a UDL file with the definition of each file akin to doing a link table in Access or DTS of a text table, maybe it would be more stable and provide a convenient/portable way to link files. I don't want to create a DSN for every file as they are too many in number and I want to preserve the structure, so UDL seems a way to go. Problem is, I don't find a way to create a UDL file for text data. Is this possible to do? Otherwise, any of you DTS gurus have any suggestions? I'm surprised that an end user app like Access is more stable at importing than SQL Server! Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |