I am creating a text file from Sql Server table. If the file is not present it creates the new file and writes .While creating it , I want that file to append to the previous file if exists , and not overwrite it.
Anybody knows how to do it ?
thanks ...