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)
 text file to SQL Server

Author  Topic 

SHEETART DESHPANDE
Starting Member

2 Posts

Posted - 2002-02-27 : 05:07:29

Hello friends !!!
We transformed a database table into a text file . Now we want to re-transform this text file into a database table again. Could anybody guide us for doing this ? Please reply as soon as possible .

smccreadie
Aged Yak Warrior

505 Posts

Posted - 2002-02-27 : 06:38:24
I assume that you mean that you turned a table, not a database to a text file.

If this is true, use DTS to reimport it to SQL,

Go to Top of Page

Phong
Starting Member

3 Posts

Posted - 2002-02-27 : 09:22:31
Depends on the layout of your text file.
DTS or BCP. Both options is flexible to handle most text layout.
If you feel frisky, try VB.

Good Luck!
Phong

Go to Top of Page
   

- Advertisement -