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 |
pareshmotiwala
Constraint Violating Yak Guru
323 Posts |
Posted - 2009-01-27 : 09:45:47
|
FolksI need to export data from a table to a text file but also add a column to the text file which as value "ABC" as the first column.I need it urgently.Could not use the Derived column.ThanksPareshRegardsParesh MotiwalaBoston, USA |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2009-01-27 : 11:29:41
|
select 'ABC',yourcol1,yourcol2.... works from SQL Task? |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|