Viewing 15 posts - 406 through 420 (of 938 total)
No problem Dave. There is a difference between NOT EXISTS and NOT IN in some cases. Consider the following sample:
CREATE TABLE #test (id INT PRIMARY KEY,
val VARCHAR(20));
August 24, 2007 at 5:56 pm
Can anyone explain, in detail, why the outer join solution is faster than the Subquery solution in this example? Is the Exists method fastest of all?
It depends... One...
August 23, 2007 at 9:46 am
Just FYI, I haven't compiled or tested these on 64-bit systems, but for SQL 2K5, I'd highly recommend using the SQLCLR and built-in functionality. On SQL 2K5 XP's are deprecated,...
August 13, 2007 at 6:10 pm
Hi rsomasundar,
You'll need to modify the class that contains the encryption algorithm. I believe it's called AES, or something similar (sorry, can't look into the source code right now). You'll probably...
August 13, 2007 at 8:04 am
Hi rsomasundar,
Currently the IV is not implemented in the Toolkit. The encryption routines all can accept an IV, however, and you can add that option through the source code Steve...
August 10, 2007 at 9:55 am
Just a note - FOR XML EXPLICIT is deprecated in Katmai and will be removed in a future version of SQL Server.
August 8, 2007 at 9:50 am
Risk is very subject to your frame of reference.
I suppose it depends on whether you think of risk in terms of an all-or-none proposition ("it's a risk or it's not a...
August 7, 2007 at 7:53 am
This should be enough information. If we were building some sort of heart regulator that was going to have to be accurate down to the 64th decimal place... Yeah, we...
August 6, 2007 at 5:56 pm
Purely in my personal opinion Bill Gates took a small risk if you look at it from his perspective i.e. I want to be successful and be the best I...
August 6, 2007 at 9:45 am
I think you underestimate your contribution to your own site and to the community at large Steve. I know you've spent countless weekends fine-tuning hardware, installing service packs, and troubleshooting...
August 3, 2007 at 7:42 pm
Hi Joe C.,
Option 4 is great, when it's offered as an option. My concern is that there are a lot of businesses out there that don't understand Option 4 (or...
August 3, 2007 at 7:29 pm
I think there's always an element of reward, or it would not be worth taking the risk. I think it's a little deeper than just succumbing to medicrity just because...
August 2, 2007 at 10:28 pm
Karma - a couple of responses:
The examples you site as having managed the risk/reward situation successfully are examples because they were successful or because they are unusual? How many other...
August 2, 2007 at 10:07 pm
Thanks for all the great responses. My friend "Joe" can feel better knowing he's not the only one who's been stuck in this situation. I've been in similar situations myself,...
August 2, 2007 at 5:24 pm
There are actually a lot of very good articles available via MSDN and other sources that explain exactly how Full-Text Catalog information is gathered, processed, stored, and queried. Unfortunately most articles...
July 25, 2007 at 11:41 am
Viewing 15 posts - 406 through 420 (of 938 total)