Viewing 15 posts - 721 through 735 (of 938 total)
Well, the DataSet .Clear() method removes all rows from all tables. There's also a .Reset() method to reset it to its original state. You might play around with those for...
May 4, 2006 at 9:37 pm
Are you looking for any aspects in particular? There's a good MS Utility - I think they call it Best Practices Analyzer, or something similar. You can download it from...
May 4, 2006 at 9:31 pm
OK, just want to make sure we're talking about the same thing here.
May 2, 2006 at 3:06 pm
Just wondering, but what is dbo.fsns_encrypt?
I suspect this might be an issue with parallelism, which is why I asked which service pack you are on and also asked for a...
May 2, 2006 at 11:40 am
Memory leaks can cause a problem with XP's, if they don't release memory correctly. The XP's here properly allocate and deallocate memory. Which service pack are you running? If you...
May 2, 2006 at 11:14 am
This is not designed to work on SQL 2005. SQL 2005 has built in encryption facilities that should be used instead of extended stored procedures. On SQL 2005, extended stored...
May 2, 2006 at 11:05 am
Hi Ed,
Hmm... I've resolved the memory fragmentation issue with the 0.9 version. I also can't reproduce your performance issue. I would suspect that the joins of millions of rows to...
May 2, 2006 at 10:45 am
Hi Henrik,
I sent you a message here on SSC. If I didn't answer your questions fully, feel free to contact me directly via email.
Thanks
May 2, 2006 at 10:39 am
Sprites on an x86? What machine was that? I almost blurted out C-128, but that had a Z-80 in it, didn't it?
April 28, 2006 at 6:19 pm
Wow look at all the old school Vic-20 and C-64 programmers out here ! Any of you guys n gals remember the old Compute! and Compute!'s Gazette mags? I spent...
April 28, 2006 at 9:59 am
The one program I wrote that *really* sticks out in my mind over the years was one I wrote for a Z-80 Assembler Language class way back in the day... It...
April 27, 2006 at 9:25 pm
LOL. Thanks Phill. I usually try to work with critics to explain my position in a rational way and listen to their position in a patient way. Usually there's middle...
April 27, 2006 at 8:31 am
Further reading resources
(forgot these in the article - sorry!):
Daitch-Mokotoff Soundex: http://www.avotaynu.com/soundex.html
Double Metaphone: http://www.ddj.com/184401251?pgno=2
Celko Improved Soundex: http://books.elsevier.com/bookscat/links/details.asp?isbn=1558605762
NYSIIS: http://www.dropby.com/NYSIIS.html
Jaro-Winkler: http://www.dcs.shef.ac.uk/~sam/stringmetrics.html#jarowinkler
Levenshtein Edit Distance: http://www.dcs.shef.ac.uk/~sam/stringmetrics.html#Levenshtein
Also a minor...
April 26, 2006 at 9:34 pm
Viewing 15 posts - 721 through 735 (of 938 total)