Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndyYoung

    Case insensitive searching

    Here are a couple of additional notes on doing a caseless search. You will also likely want to do a "no accents" search for words such as communiqué and resumé (or is it résumé?) A reasonable solution for a "no accents" function is: CONVERT(char, 'US7ASCII', 'WE8ISO8859P1')...
  2. AndyYoung

    COMPARE DATA IN TWO DIFFERENT SCHMAS

    This is easy to do. You can even do it across database links. This is actual code that I used to check a database copied from one instance to another. There were differences caused by incompatible charactersets. This doesn't look for things in S2 that are not in S1. First you want to know...

Part and Inventory Search

Back
Top