I have a query with the following result: query:
SELECT Tasks.TaskId, Comments.Comment, comments.timespent FROM comments INNER JOIN tasks ON commen
You should look into FOR XML PATH.