How can I seek those rows which contain some text and get a mark depending on how many times this text was repeated?
- I have SQL Server CTP3 installed but I don't know where to start
- Maybe I can use
like %criteria%
and then count how many times the text is repeated on each record but it doesn't seem very efficient. - It would be great if there was any routine on SQL Server for doing it