Hi Guys!
I have this situation, I need to create a flat file from a SQL table that I got, but I don't know how to do it inside an SP... I tried with DTS and it Works good....
The thing is that I need to do it in a SP and not on DTS, I tried to find the DTS code in order to put it on a SP but I couldn't find any...
Also do you know if there is an Easy clause like "Select ... Into" but instead of create another table creates a Text File? also could be use with delimiters?
Thanks for any suggestions
<MR>
I have this situation, I need to create a flat file from a SQL table that I got, but I don't know how to do it inside an SP... I tried with DTS and it Works good....
The thing is that I need to do it in a SP and not on DTS, I tried to find the DTS code in order to put it on a SP but I couldn't find any...
Also do you know if there is an Easy clause like "Select ... Into" but instead of create another table creates a Text File? also could be use with delimiters?
Thanks for any suggestions
<MR>