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)
 Reading text file

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-15 : 08:41:55
Nagi writes "Hi ,
I'm trying to create a store procedure in sql2000 server i need to read a value from a text file this txt file could be .Txt or .html is there is any way to read the text file from inside the procedure.
Thanks"

dsdeming

479 Posts

Posted - 2002-04-15 : 10:55:20
Check out BULK INSERT in BOL.

Go to Top of Page
   

- Advertisement -