Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 Chaging strings on a .txt file

Author  Topic 

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2008-05-12 : 14:34:13
I need to change a string in a .txt file using .NET, the .NET code will be executed by an SSIS package, the file needs to be changed so it can be used by another process which looks at that specific line (line 9 value: 'set ASOF=20080424'), for that specific date string.

What method in .NET can I use to perform this task? Should be very simple, correct?

Thanks in advance for the help!


---
http://www.ssisdude.blogspot.com/
   

- Advertisement -