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)
 SQL Server Import

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-08-20 : 09:23:14
Dan writes "Do I need a visual basic program to take a text file of data and add it to an existing table in the SQL Server or is there a utility that does this form me. I have about 1000 names to add to a name table in SQL Server."

KnooKie
Aged Yak Warrior

623 Posts

Posted - 2002-08-20 : 09:44:35
I think you can use bcp (bulk copy)

or the SQL Server DTS functionality depending on the version of SQL Server you are using ?

Paul
Go to Top of Page
   

- Advertisement -