General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Problem in executing the Contains query
i have created index in SQL server 2000, but when i execute this query.
SELECT ProductName
FROM Products
WHERE CONTAINS(ProductName, ' "choc*" ')
... ProductName choc is exists in database but it does not show any record.. guide me why do't show the record.
Shabbir