I'm attempting to create a word cloud from a customer survey table. I wanted to count all word occurrences from a specific column in a table. This columnn holds all customer survey comments. I was attempting to follow the instructions below but was unable to figure out how to code and count for all word occurrences for all customer comments.
http://sqljason.com/2012/03/making-tag-cloud-with-ssrs-rich-text.html
Apologies somewhat new to SQL.