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 strongm 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: *

  • Users: Manta
  • Order by date
  1. Manta

    Cannot Unlock Bios Password On Dell Latitude

    need a cmos password for a dell latitude cpi tag # is XXXXXX-D35B Thanks.
  2. Manta

    Wildcards in SQL

    using the 'LIKE %String%'in the Where clause will return true if the 'String' exist in the row being examined, regardless of the position of the 'String' in the row.<br> For example:<br> <br> Select * from myTable WHERE ColumnX LIKE %ABCD%<br> <br> will return true if 'ABCD' was found in ColumnX.

Part and Inventory Search

Back
Top