Hi,
I've just written a script that runs against a Sybase database that generates a bunch of insert statements (to be executed against a SQL Server database).
The result of the query is a column that is approx 300 characters in size; QweryBuilder is truncating it at 254 columns. I've looked to see if I can re-direct the output to a text file, or if I can increase the width (the Options dialog, and looked in the help file) but I've found nothing.
I've tried copying and pasting (hoping that the copy and paste would grab the additional text), and saving the results as a file, in the hope of getting all the data out.
Is there any way around the 255-character limitation?
David