Viewing 15 posts - 3,106 through 3,120 (of 3,348 total)
GF (10/14/2008)
I do have a question as I am trying to apply your solution to my needs.
I have hundreds of addresses in a single address...
October 14, 2008 at 4:04 pm
arup_kc (10/14/2008)
I have tested it several times in SQL Server 2000 and 2005. Every time, it gives NULL first. I guess that it shows the NULL first because NULL...
October 14, 2008 at 2:14 am
archu_223b4u (9/17/2008)
Good question but can anyone help me where this is supports by SQL Server new version.
It's still supported by SQL Server 2008, even though it's on the list...
September 18, 2008 at 1:33 am
JohnG (9/5/2008)
The trigger that was fired and thus sets @@ROWCOUNT to zero could be some DML operation in...
September 5, 2008 at 3:59 pm
JohnG (9/5/2008)
Hugo Kornelis (9/5/2008)
IF @@ROWCOUNT = 0 RETURN;
Do make sure that it's the very first line...
September 5, 2008 at 2:46 pm
Lynn Pettis (9/5/2008)
September 5, 2008 at 12:24 pm
Lynn Pettis (9/4/2008)
September 4, 2008 at 3:06 pm
Christian Buettner (9/4/2008)
I have adjusted my post above to remove the wrong information.
.... that I seem to have overlooked thus far. And now I find myself wondering what it is...
September 4, 2008 at 7:22 am
davidr (9/4/2008)
September 4, 2008 at 7:21 am
dunnjoe (9/4/2008)
Chris,Doesn't the second solution have to do the same B-tree traversal?
Good question, today, and good discussions!!
Joe
Hi Joe,
I assume you meant me, not Chris. 🙂
The second solution has to do...
September 4, 2008 at 6:14 am
Christian Buettner (9/4/2008)
What If I ensure consistency through the transaction isolation level already?
SET TRANSACTION ISOLATION LEVEL REPEATABLE READ
BEGIN TRANSACTION
IF NOT EXISTS......
September 4, 2008 at 1:14 am
EdVassie (9/1/2008)
(snip)
So, if you simply dive...
September 1, 2008 at 6:37 am
Christian Buettner (9/1/2008)
September 1, 2008 at 6:34 am
Atif Sheikh (9/1/2008)
But I am still confused...
September 1, 2008 at 2:22 am
Jeff Moden (8/29/2008)
Even that's not true, Hugo... the security on sp_MakeWebTask changed without warning on sp4 of 2k.
Hi Jeff,
Well, I *did* write "usually"! 😀
Of drat, I now see I didn't...
August 29, 2008 at 8:53 am
Viewing 15 posts - 3,106 through 3,120 (of 3,348 total)