USE [D:\DATA FILES 092015\DVD_LIST.MDF]
SELECT TITLE,RATED,PLOT
FROM [DVD_List]
ORDER BY TITLE
GO
In the above code the 'PLOT' item in the select command could be up to 500 characters in length. I need to print to a .pdf file and the PLOT column does not fit, How do I tell my query to output with multiline columns?