I have identify records that contain non-Alpha characters. I know how to do that part. I am using first and last name fields. The odd part of this is that I have to provide a count of rows per character. So for example, 500 rows contain $, 400 rows contain &, and so on. Dashes are Ok, and periods are ok if they are contained in a suffix. Is there any good way to pull and display this in a table format? Maybe a column that contains the characters and then a second column that has the counts of records that contain that character. I am on SQL Server. Thanks!
Here is an example of the output I am looking for.