If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Full text Search in SQL Server 2000

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-12-03, 07:21
subramng subramng is offline
Registered User
 
Join Date: Mar 2003
Posts: 2
Post Full text Search in SQL Server 2000

Hi all,

I am using SQL 2000 Full text Search utlity for searching .
what i did was i created Fulltext catalog and populated the fulltext field with the searchable data . In ASP page what i did was i provided a screen in which user can type the search key words and search the database .

Now what i need to know is whether there is any option like
not contains is available in SQL server. I am not sure about that .
But i have written stored procedure like given below. It is working
but i want to know whether this is optimized one and i want to know if any one of u have used the same in ur applications.

AND , OR condition :

Select * From <Table_name > where

Contains(Table_column_name, "Mcad" or "MCP")


Only for NOT Condition:

not contains(Table_column_name, "MCAD")

Can anyone help me in this or advice in this ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On