Flat file with integer column right-align, It's possible? -
03-28-2006
, 03:03 AM
I want to export "Mytable" to a flat file with export wizard, but my flatfile
have all records of integer columns left-align instead I want records of
integer columns right-align.
If I execute "select * from mytable" from osql prompt I see records of
integer columns right-align. Why?
Any help will be appreciated. |