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 Chris Miller 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. rw2003

    I want to search on more than one field using LIKE

    Try this: SELECT * FROM nsc_community WHERE users LIKE '%Mike%' OR description like '%Mike%' This will search both fields for occurances of '%Mike%'
  2. rw2003

    T-SQL CSV Variable

    I have a stored procedure which requires a comman seperated list of variables. This list should then be passed into a Select statement so it looks like this: @var VarChar(35) SELECT x FROM z WHERE x IN (@var) But whenever this is run, I get a error converting the varchar to an int (the field...
  3. rw2003

    Bios Hard Drive Problem

    Can anyone help please! I have a PC which I am trying to install Windows XP. The PC boots from the CD, and the install starts OK. When the CD has copied the files to the hard drive, set-up reboots the pc, but then the pc won't boot from the hard drive. I've tried changing the boot order, but...

Part and Inventory Search

Back
Top