stored proc and filesystem -- help

  • hi

    i am having a stored proc that manipulates nearly 2.5 million records and i want to write them to a text file. now i am passing these records to a component and writing them to the text file. Can i write a text file from a stored procedure?

    any help is appreciated

    shiva

  • Hello,

    If you are writing to a text file based upon a SP, why not use DTS, as that can write to a text file automatically.

    Incidently if your writing all of the records to text there are very few editors that can open a text file of that size.

    J

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

You must be logged in to reply to this topic. Login to reply