Hi can anybody give suggestion to the problem under stated :
(Note : cuttent table is in sqlserver)
I have a table for which some of the columns has to beported from the table to a text file like

table1
-------
col1 col2 col3

10 e10 f10
20 e20 f20
30 e30 f30

and my text-file should look like

e20 is on f20
e30 is on f30

(condition porting like utl-file package in Oracle)

Thanking u,

Regards,
Ramani Ranjan Nayak,