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.
Author |
Topic |
Sunny155
Starting Member
15 Posts |
Posted - 2009-04-06 : 04:06:20
|
Hi i am writing a script in Script Task to output the values of some variables to text file as a report.How to write the object variable of Recordset Destination to Text File i am using in Script Task? In What type do i have to cast it?So that i get outout per line. |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2009-04-07 : 07:30:04
|
There's an easier solution but may I ask why you're using Script Task? |
 |
|
svicky9
Posting Yak Master
232 Posts |
Posted - 2009-04-08 : 06:44:15
|
Yes rgombina was right..Use derived Columns to get the Variables values and then use a file connection to export ithttp://www.sqlserver007.com |
 |
|
|
|
|