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)
 bulk insert with variable firstrow

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 table
The 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?



Go to Top of Page
   

- Advertisement -