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.
Author |
Topic |
tybaltzeke
Starting Member
28 Posts |
Posted - 2009-11-22 : 20:31:14
|
i am working on a system in which the product code has been embedded in the description, like this:'satellite dish SAT''cable set top box STB'etc. is there an MDX function i can use to test for the presence of product code 'SAT' or 'STB'? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-11-23 : 10:02:53
|
you can use Like() function found under StringFilters inhttp://www.codeplex.com/ASStoredProcedures |
|
|
|
|
|