Archived Forum Post

Index of archived forum posts

Question:

WriteEntireFile in SQL

Sep 26 '13 at 12:29

Hi, I have a really long text in a table like this: DECLARE @tmp TABLE (info ntext)

Is there a way in SQL to save the content of ntext into text file with the chilkat.FileAccess ActiveX?

THANKS