Viewing 7 posts - 1 through 7 (of 7 total)
Hello Luis,
here is the DDL Script.
x in the comment part shows that I uses a different naming convention than you.
The cases are named by a to h. (they are not...
November 18, 2015 at 8:37 am
Hello Luis,I think the naming convention of the FK is a problem.
First:
ALTER TABLE [dbo].t1 WITH CHECK ADD CONSTRAINT [t1t2] FOREIGN KEY(c1, c2)
REFERENCES [dbo].t2 (c1, c2)
GO
ALTER TABLE [dbo].t1 CHECK...
November 18, 2015 at 4:17 am
Hi Luis,
in my first post I use the old data.
in all other posts I use the new script.
So my first problem is solved, because I use of outdated data.
But the...
July 28, 2015 at 7:20 am
Now I tested the third command
Here are the results:
--groups = problematic solution
--groups2= set-based loop
--groups3= set-based solution
--set-based loop vs....
July 28, 2015 at 6:52 am
also the new testdata gives 60000 records for:
onclick:if_IFCode('','
');
select * from groups2 g2 inner join groups g1 on g1.clientid =g2.clientId where g1.OriginalMemberId<>g2.OriginalMemberId
July 28, 2015 at 5:56 am
Thanks for your great article.:-)
I have a problem with three “While”-loops and was searching for a better solution.
Instead of using the “The problematic solution” now I use your “Set-based Loop”....
July 28, 2015 at 5:35 am
with german settings,I got
datefield intField
2010-07-01...
November 12, 2010 at 7:06 am
Viewing 7 posts - 1 through 7 (of 7 total)