Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-10-29 : 23:42:53
|
| Jim writes "I am currently working on a report where we pull customer and vendor data from two systems, and verify they're entered the same way in both. I'm currently using a query roughly of the form "WHERE a.cust_num = b.cust_num AND a.cust_name != b.cust_name". However, according to our Records department, they don't care about punctuation. For example, they would consider "COMPANY, INC." and "COMPANY INC" to be a match, and it shouldn't show up on the report as being different. Is there a way to do this without sucking all the resources out of the server?" |
|
|
|
|
|