Viewing 5 posts - 1 through 5 (of 5 total)
What type of text file Is that comma seperated or tab seperated or text with headers ?
October 14, 2009 at 7:57 am
EXECUTE @OLEResult = sp_OACreate 'Scripting.FileSystemObject', @FS OUT
IF @OLEResult <> 0 PRINT 'Error in Scripting Object'
--Open a file
execute @OLEResult = sp_OAMethod @FS, 'OpenTextFile', @FileID OUT, @file_name, 8,...
October 14, 2009 at 7:56 am
This can be easily achieved using SQL . Do you need the code snippet ?
October 14, 2009 at 7:40 am
Sorry, I did not notice of the fist comment. This can be easily done in using SQL.Do you need a code snippet ?
October 14, 2009 at 7:38 am
Do you need to create text file from sql and push them to FTP ?
October 14, 2009 at 7:37 am
Viewing 5 posts - 1 through 5 (of 5 total)