Use of regular expressions in TSQL -- version 2
This script creates 2 new system functions ****************************************** NEW: 1. functions will be case sensitive if database is 2. Replace all or only first occurence ****************************************** fn__regexp_test(@String,@Pattern) returns int execute the method test(@String) on the regular expressions @Pattern returns : 0 : no match 1 : match null : one of the parameters was null […]
2004-09-21 (first published: 2004-04-08)
523 reads
I decide to rebuild all indexes with this command: