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 |
|
ajayjain31@yahoo.com
Starting Member
1 Post |
Posted - 2008-04-25 : 02:18:08
|
| I want to read file from c:\abc.txt through sql programming and Insert this file data into table.suppose c:\abc.txt has following dataaman 10 50,000sumesh 20 40,000suppose I have created table abc( a varchar(30), b int, c int)How I will do itThanks Ajay |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2008-04-28 : 05:06:30
|
| Nigel has a very nice page for bcp references and loads of goodies...www.mindsdoor.net--------------------keeping it simple... |
 |
|
|
soorajtnpki
Posting Yak Master
231 Posts |
|
|
|
|
|