Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 regular expressions

Author  Topic 

marc
Starting Member

2 Posts

Posted - 2001-09-18 : 14:10:35
Does anyone have an information about third party tools that will allow the use of perl-like regular expressions in a sql where clause that will take advantage of indexes?

I have been able to create a extended stored procedure to the trick but its extremely slow since it can not take advantage of indexes.

   

- Advertisement -