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 IamaSherpa 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. dhaggard

    Flexible WHERE criteria for a data object?

    There is a problem with Rac2's solution. It's simple and straightforward, but it takes a monster performance hit. This search method causes the query to use a table scan instead of an index lookup. In the "where" line: (@ignoreColA OR ColA = @searchValueForColA) If "@ignoreColA" is false...

Part and Inventory Search

Back
Top