Tag archive for ‘Text’

How to Convert Oracle Text statements to SQL Server 2005

This article overviews Oracle Text, which is Oracle integrated full-text retrieval technology, and shows the ways to emulate its functionality in Microsoft SQL Server 2005. In Oracle, the CONTEXT index type is used to index large amounts of text. Similar functionality is implemented as Full-Text Search in SQL Server and full-text indexes are used to [...]