Hello programmers. I am using sql to create a table from stored procedures and then streamwriter in vb.net to create a text file based on the sql table. Where and how do I control the right or left justification of the records in the text file? Should I export to text directly from sql instead of passing the table information through VB.Net streamwriter? Thx.
km
