Viewing 15 posts - 856 through 870 (of 937 total)
As the SQL Team guys point out, horizontal partitioning requires a *lot* of administrative overhead. I would make sure you thoroughly investigate the overhead before you implement this strategy.
I...
August 18, 2005 at 1:06 pm
Two of your answers are mutually exclusive. One says "You can only use a script", the other says "You can only use Enterprise Manager. You cannot use a...
August 18, 2005 at 12:50 pm
Well, technically they are "virtual"... so they don't actually "exist" hehe
August 18, 2005 at 12:39 pm
Anything like this going on in the NJ/NYC area anytime soon? Thanks!
August 17, 2005 at 3:18 pm
That's it, just copy the new DLLs into the MSSQL\BINN directory (may require you to stop and restart MSSQLServer service).
That's a very good point. The handling of punctuation is implementation-specific. ...
August 15, 2005 at 8:59 am
Good ideas presented in the article, just one thing I'd like to point out. In Example 3, you say to use GetDate() in a UDF. That's not possible since GetDate()...
August 15, 2005 at 8:40 am
Thanks Chris, I wrote this as an introductory article to the subject and I'm glad you found it interesting. I submitted one more on this topic that is a short...
August 13, 2005 at 7:47 pm
Yeah I think PGP is actually a third-party add-on; I had to roll a version for a bank back in the day on the old ColdFusion platform.
I believe Outlook uses...
August 11, 2005 at 8:49 pm
Thanks for the comments Rick! OLAP is going to be a very hot topic and I imagine we'll see a ton of articles on it in the near future. I...
August 11, 2005 at 6:02 pm
I just tried it over here and can't reproduce the error. The result I got from your test string was 'grfg'. The DLLs don't need to be 'registered' per se, just...
August 10, 2005 at 5:45 pm
Yup, thanks for keeping me honest! I don't know what's wrong today - must be a full moon. The public and private keys...
August 10, 2005 at 3:36 pm
Thanks for the feedback!
Yeah, I saw the typo in the image after Douglas pointed out the Asymmetric Encryption typo. I also mis-spelled "voila" as "viola" early on. That's what I...
August 10, 2005 at 3:18 pm
A typo was discovered by Douglas Chrystall in the article. In the section on Asymmetric Encryption, I wrote:
"You encrypt a message with your public key, and it can be decrypted...
August 10, 2005 at 8:42 am
Thanks for the reference! I read Singh's book myself a few years ago and found it very entertaining and informative. If I recall correctly, he also discusses the future of cryptology: ...
August 10, 2005 at 7:51 am
Yes, I forgot to add a title when I submitted it, so Cryptology was added to the title afterwards. Cryptology includes both Cryptography (securing messages) and Cryptanalysis (defeating cryptography/"codebreaking"). I...
August 10, 2005 at 7:39 am
Viewing 15 posts - 856 through 870 (of 937 total)