Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Problem importing sequential text files

    Hi Bart,

    SQL does not gurantee that records from a table are returned in a specific order unless you use the order by. As far as I can see your data...

  • RE: row-by-row multiple insert

    The following script does give you an exmple of how you can solve this problem without using a cursor - although I think that a cursor-based solution is probably faster...

    This...

Viewing 2 posts - 1 through 2 (of 2 total)