Viewing 15 posts - 8,206 through 8,220 (of 8,416 total)
Phil Factor (4/25/2009)
April 25, 2009 at 7:48 pm
Bob Hovious (4/25/2009)
April 25, 2009 at 7:38 pm
If you can't use full-text for whatever reason, another approach would be to use a trigger on the PickItFrom table to save the occurrences of a PickPhrase within each new...
April 25, 2009 at 11:11 am
Jeff Moden (4/25/2009)
Paul White (4/25/2009)
April 25, 2009 at 10:44 am
Jeff Moden (4/25/2009)
April 25, 2009 at 10:40 am
Flo,
As threatened^H^H^H^H promised, here is a quick example of the BCP method (in SQLCMD mode in SSMS):
Doing this in tempdb obviates the need to set recovery appropriately to enable fast...
April 25, 2009 at 10:10 am
Florian Reischl (4/25/2009)
*ARGH!*
Yeah, I know how you feel...!
By the way, reading the whole data column (all rows at once) inside the CLR TVF works very well. Splitting that data...
April 25, 2009 at 9:07 am
Phil Factor (4/25/2009)
It certainly seems to put the while loop even more in the lead...
Which one, Phil? :unsure:
[dbo].[ufn_SplitLines_Cursor]
[dbo].[WhileSplit]
All seem to feature a while loop - those are from Flo's DDL.sql...
April 25, 2009 at 8:16 am
Hey Flo!
These new tally solutions are only fast if all the rows in dbo.JBMTest are identical.
The QO can tell from the string statistics on the CSV column that there is...
April 25, 2009 at 7:50 am
Barry,
RBarryYoung (4/23/2009)
Gail
April 23, 2009 at 3:06 pm
Derek and everyone,
I think it's worth pointing out now that we have wandered quite a long way from the original question by Flo. This is not a complaint -...
April 23, 2009 at 4:32 am
GilaMonster (4/21/2009)
April 23, 2009 at 4:19 am
James.N (4/22/2009)
...I was told that, EXISTS works much faster on SQL server by big guys here at work
James,
Several of us have already posted example code that does what you ask,...
April 22, 2009 at 4:02 pm
Bob Hovious (4/22/2009)
But it also convinces me that CLR isn't a magic bullet. A mediocre CLR routine might not be the fastest technique either. 🙂
Absolutely. ...
April 22, 2009 at 1:24 am
Bob Hovious (4/21/2009)
Can you help me tune her up a bit?
Hey Bob,
I *was* going to suggest rewriting it in CLR...?
:laugh:
Paul
April 21, 2009 at 11:21 pm
Viewing 15 posts - 8,206 through 8,220 (of 8,416 total)