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 from a stored procedure.

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-04-20 : 09:58:37
Mark writes "I would like a simple example on how to read a line of text from a text file ( x.txt ) in a stored procedure without using bulk insert or bcp. I am going to do some string manipulation."

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-04-20 : 12:41:05
You can use xp_cmdshell.

Tara
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2004-04-20 : 12:49:04
Read a line to where?



Brett

8-)
Go to Top of Page
   

- Advertisement -