Viewing 2 posts - 1 through 2 (of 2 total)
I hear what you are saying and I agree that at the end of each record there is a carriage return but I'm wondering why after each column there is...
April 24, 2009 at 2:27 pm
#983831
Query:
DECLARE @query NVARCHAR(max)
SET @query = 'set nocount on; SELECT [weight], [name], [stp] FROM myTable; set nocount off;'
I'm exepcting the results with out all the whitespace at the end of each...
April 24, 2009 at 12:50 pm
#983787