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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-29 : 10:31:34
|
| Patrick writes "Is it possible to give a variable with a insert bulk like the @pathfilename but the number of the firstrow. The beginning of the import is with a variable firstrow.Can you help me?Thank you" |
|
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2002-04-30 : 03:47:24
|
| Is this what you're trying to say?You import from the same text file into a tableThe starting row that you use can vary (e.g. starting at 2 sometimes, other times starting from 200)?Or:The first row in the text file is variable - i.e. it could contain several types of record? |
 |
|
|
|
|
|