I am trying to write a autocompelete service and looking for appriopriate query which works on SQLExpress and SQL2k5. SELECT book FROM library WHERE book LIKE @var+'%' is not accepted by Query builder in VWD+SQLExpress. I tried several other combination but nothing works out. Help Appreciated...