Two columns Product_Code and Description in a table in mssql database
Product_Code Description
P001 Premier Coffee Mix
P002 GoldRost Coffee Mix
P003 White Coffee
I want to search Product_code or Description alternatively by typing in combobox,
the result will display Product_code
How to search Product_Code by Description with not all same words, by searching like words by using sql query statement?
Loading

Prabhu RajaPosted Dec 3, 2012, 1:50 AM
You can achieve this, with the help of Wildcard in SQL Server. Please try this one:
http://www.c-sharpcorner.com/UploadFile/karthikarajamma/wildcards-in-sql-server-2005/