Viewing 15 posts - 301 through 315 (of 378 total)
vinodk (6/10/2009)
Capability to predict if an employee may be wanting to quit is a marvellous technology.
My conviction is that this so called technology is all crap, they think they got...
June 10, 2009 at 4:44 am
Rating different qualities is a fairly easy thing to do in my view.
If you need two qualities in equal demand and they are mutually exclusive the one that is hardest...
June 2, 2009 at 10:09 am
There always is some sort of taboo on this subject as it shows a lot of our inner workings we do not necessarily like to make so visible to others....
May 29, 2009 at 2:34 am
Technology
This one word has conquered the marketing world, has been entrenched for years now, and in doing so has become absolutely meaningless!
Every product, architecture and marketing feature is now generally...
May 28, 2009 at 2:38 am
Where I work DD is used a lot by the other developers, so everyone but me as I very much dislike it.
The problems I have with it are:
1. It...
May 19, 2009 at 8:02 am
Jeff Moden (5/9/2009)
Sorry man. I tested against 1000 lines of 800 comma separated random numbers each in a VARCHAR(8000) environment... your code did the split into a table at...
May 10, 2009 at 10:35 am
Manie Verster (5/9/2009)
May 9, 2009 at 5:27 am
Thanks for the information Jeff...care to take a quick look at what your string splitter evolved into as well?
PS.
I see still room for improvement for the classic method..my strategy is...
May 5, 2009 at 9:41 pm
Me again....
I modified the classic Tally solution for string splitting as found on the initial pages and made speed improvements.
This solution is unlikely to suffer from the predictable data problem...
May 5, 2009 at 9:20 pm
Here is an update to my tally function, it has now slightly less overhead by eliminating two cross joins. I did this by moving from a 4 bit (0-16) constant...
May 4, 2009 at 8:29 am
I did some testing myself using the testsuite Jeff made a few posts back. Thanks, it ran good first time....and on my machine (a pretty fast one) the timings indicate...
May 4, 2009 at 3:51 am
Hi gents,
I have been following the discussion, half and from a large distance, so I ain't really in the loop...so to speak ;).
I was wondering how this tally function that...
May 4, 2009 at 2:56 am
JohnG (5/1/2009)In SQL Server have you ever wanted to conditionally consume (e.g., loop through) the result set returned by a stored procedure? For example, the output returned by the...
May 4, 2009 at 2:33 am
In my opinion sending mail from within SQL server is only sensible for maintenance reports for DBA's and the occasional alert if something goes wrong.
I sincerely doubt it was ever...
May 1, 2009 at 9:43 am
I haven't taken a shot at this new problem yet, waiting for replies to the "gserdijn" solution first :). I did take a look at the problem code however and...
May 1, 2009 at 1:45 am
Viewing 15 posts - 301 through 315 (of 378 total)