I need to find a ' : ' in a column in my SQL database.
it will be a space then colon and then another space. I also have a date in this column, so that should not be touched since there is no space next to the numbers etc.
Is there an easy way to do this in SQL server 2008?
Go to the complete details ...