Is there a way to easily sort in SQL Server 2005 by ignoring hyphens in the string field? Currently, I have to do REPLACE (field name, '-', '') or a function to remove the hyphen in the sort clause. I was hoping there was a flag that I could set at the top of the stored procedure or something like that.
Default Access and Sorting GridView seems to ignore hypen in rows.
tidge source
share