Make your query look like this...
[tt][blue]
Select Left(Col1Value + Replicate(' ', 10), 10)
+ Left(Column2 + Replicate(' ', 2), 2)
+ Left(Col3Value + Replicate(' ', 3), 3)
From TableName
[/tt][/blue]
If any of the columns have a data type other than varchar, then you should first convert the value to varchar in the query.
Then, in query analyzer, Query -> Results To File just before you run it. When you run the query, you will be prompted with a file name.
-George
Strong and bitter words indicate a weak cause. - Fortune cookie wisdom