June 30, 2008 at 5:50 am
How to write to a text file from stored procedure without using xp_cmdshell ? Help....:hehe:
June 30, 2008 at 6:07 am
You have not really given a great descrioption of what you are trying to do. If you are more specific, you may get better results.
Given you are using SQL 2005, I would suggest using a CLR stored procedure if you need SQL Server to write to the file system.
June 30, 2008 at 12:58 pm
Hi
You should provide more description on your questions so that we can answer in better way.
if you are looking for something to modify the textfiles using T-SQL then check out the below link
Thanks -- Vj
July 1, 2008 at 10:55 am
Use sp_OAxxx and COM object "Scripting.FileSystemObject":)
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply