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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Import data into SQL

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-12-21 : 08:02:00
Amanda writes "I need to create a process that will import 8 different text files into 8 different SQL database tables. This process will need to be scheduled. Can you point me in the right direction?"

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2006-12-21 : 08:20:29
Write either a DTS or SSIS package and schedule them.
Or, write a SP that does all the import for you and assign this SP to a job.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-12-21 : 09:42:39
Also create sp having this and schedule it to run periodically

http://www.nigelrivett.net/SQLTsql/ImportTextFiles.html


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -