Viewing 15 posts - 6,796 through 6,810 (of 7,484 total)
bitbucket-25253 (7/26/2010)
Easy enough to find out ...
CREATE TABLE #T(userid INT)
INSERT INTO #T
SELECT 1 UNION ALL
SELECT 1 UNION ALL
SELECT 2 UNION ALL
SELECT 3 UNION ALL
SELECT 4 UNION ALL
SELECT 5...
July 26, 2010 at 5:27 pm
Gianluca Sartori (7/26/2010)
Microsoft dumbness??? This reminds me of a recent discussion on TRY/CATCH...:-P(Just kidding, not trying to compare any of you to Mr. Doobya, but I couldn't resist:-))
Well, just don't...
July 26, 2010 at 4:59 am
David Portas (7/25/2010)
July 25, 2010 at 4:15 pm
Matt Miller (#4) (7/25/2010)
July 25, 2010 at 2:16 pm
Matt Miller (#4) (7/24/2010)
July 25, 2010 at 10:20 am
Another rule (number 2) in its 1990 version. This one hadn't changed much from the 1985 version.
RM-1 Guaranteed Access
Each and every datum (atomic value) stored in a relational...
July 25, 2010 at 9:45 am
Thomas-282729 (7/24/2010)
With due respect to Alex, it is not as elastic as you think. A good barometer for whether a given piece of logic belongs in the database is whether...
July 24, 2010 at 2:59 pm
Mike C (7/22/2010)
select
left( 'abc', T1.v...
July 23, 2010 at 1:24 pm
UMG Developer (7/23/2010)
July 23, 2010 at 12:48 pm
Mike C (7/22/2010)
July 22, 2010 at 7:16 pm
Steve Jones - Editor (7/22/2010)
I do think this is a thorny issue. Would welcome...
July 22, 2010 at 1:37 pm
Dan Guzman - Not the MVP (7/22/2010)
Man you guys are finicky.
I think I agree with that. And I would add that anyone who says "X can't be a type...
July 22, 2010 at 1:23 pm
peter-757102 (7/22/2010)
July 22, 2010 at 12:53 pm
Viewing 15 posts - 6,796 through 6,810 (of 7,484 total)