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.
Author |
Topic |
sky2aone
Starting Member
5 Posts |
Posted - 2008-09-25 : 17:20:56
|
how can i read one row at a time from text file in for loopi have text file like this:ABCDEFGHIfirst time loop will get only ABC..so on |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-09-26 : 08:14:51
|
moved from script library_______________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.0 out! |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-09-26 : 09:01:19
|
Foreach loop container . |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-26 : 09:36:49
|
I think you can use script task and access file content using file system object. can i ask why you need row by row data? |
 |
|
|
|
|