Bertan ARI [MSFT] wrote:
> Do you want to perform a query or a search over the databases in Sql Server
> 2005?
I'm using xml views in my dataAccess layer, over standard relational
databases (old fashion DB, I'm not using xml columns) and I need to
search in a like-fashion with XPath, for instance, (customername LIKE
'jhon')
> SqlXml only allows executing xpath queries over xml views. You may want to
> look at the Full Text Search feature of Sql Server 2005 to peform a search
> on Sql Server 2005.
I've been looking at the FTS feature, but I didn't find anything
related between FTS and SQLXML. Do you know if this feature
(like-fashion search) 'is/will be' available in the 'near/never will
come' future? Is there a solution for this kind of search?
Thanks
Alejandro
>> Stay informed about: How to search with SQLXML?