Skip to content

Instantly share code, notes, and snippets.

@timgaunt
Created June 23, 2014 15:54
Show Gist options
  • Save timgaunt/de0768cb09f634ba8c98 to your computer and use it in GitHub Desktop.
Save timgaunt/de0768cb09f634ba8c98 to your computer and use it in GitHub Desktop.
DECLARE @S varchar(max) = ''
SELECT @S = @S + '
' + [YourField] FROM [YourTable]
SELECT @S AS [Data] FOR XML PATH('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment