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 |
|
Peter.Bij@klm.com
Starting Member
12 Posts |
Posted - 2004-02-12 : 05:57:32
|
| Since DTS-packages (SQL server 7.0) are UNfriendly when you want to change something in the packages, I had like to read data from a textfile without the use of a DTS-package.Does anyone have an usefull example for me?.Kind regardsPeter |
|
|
ditch
Master Smack Fu Yak Hacker
1466 Posts |
Posted - 2004-02-12 : 06:22:18
|
| You can Look up Bulk Insert in Books Online |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2004-02-12 : 07:33:46
|
| Also look at bcp, since it allows both import and export. Once you learn bcp and BULK INSERT, you'll hardly ever use DTS again. |
 |
|
|
Peter.Bij@klm.com
Starting Member
12 Posts |
Posted - 2004-02-12 : 09:07:29
|
quote: Originally posted by robvolk Also look at bcp, since it allows both import and export. Once you learn bcp and BULK INSERT, you'll hardly ever use DTS again.
I have developed a StoredProcedure based on the Books Online and I agree: Never DTS again Thanks for the info. |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
|
|
|
|
|