Viewing 15 posts - 151 through 165 (of 180 total)
Revenant (8/22/2016)
whereisSQL? (8/22/2016)
Ed Wagner (8/22/2016)
Manic Star (8/22/2016)
Ray K (8/22/2016)
Ed Wagner (8/22/2016)
djj (8/22/2016)
Ed Wagner (8/22/2016)
Luis Cazares (8/22/2016)
Ed Wagner (8/22/2016)
TomThomson (8/20/2016)
SQLBill (8/19/2016)
Manic Star (8/19/2016)
Kaye Cahs (8/19/2016)
Hugo Kornelis (8/19/2016)
Ed Wagner (8/19/2016)
Luis Cazares (8/19/2016)
Ed...
August 23, 2016 at 6:41 am
Most people remember this after it happens once. 😛
I'm not like most people.
It's been over 15 years since I've worked in an Oracle environment and I still forget. (:
August 22, 2016 at 6:27 am
Hugo Kornelis (8/19/2016)
Ed Wagner (8/19/2016)
Luis Cazares (8/19/2016)
Ed Wagner (8/19/2016)
ChainsawMassacre
Texas
Dallas
Cowboy
August 19, 2016 at 1:49 pm
Ed Wagner (8/17/2016)
whereisSQL? (8/17/2016)
Revenant (8/17/2016)
Manic Star (8/17/2016)
HappyGeek (8/17/2016)
Ed Wagner (8/17/2016)
djj (8/17/2016)
Kaye Cahs (8/16/2016)
Luis Cazares (8/16/2016)
whereisSQL? (8/16/2016)
Ed Wagner (8/16/2016)
Ray K (8/16/2016)
Ed Wagner (8/16/2016)
whereisSQL? (8/16/2016)
HappyGeek (8/16/2016)
Grumpy DBA (8/16/2016)
Y.B. (8/16/2016)
PopSoda
Water
Ice
Broken
Wings
Hot
Buffalo
Bison
Burger
Fries
Onion Rings
onion bhaji
Raita
Yogurt
Frozen
Custard
Sundae
August 17, 2016 at 3:13 pm
Luis Cazares (8/16/2016)
whereisSQL? (8/16/2016)
Ed Wagner (8/16/2016)
Ray K (8/16/2016)
Ed Wagner (8/16/2016)
whereisSQL? (8/16/2016)
HappyGeek (8/16/2016)
Grumpy DBA (8/16/2016)
Y.B. (8/16/2016)
PopSoda
Water
Ice
Broken
Wings
Hot
Buffalo
Bison
Burger
August 16, 2016 at 1:52 pm
djj (8/16/2016)
Ed Wagner (8/16/2016)
whereisSQL? (8/16/2016)
The Dixie Flatline (8/16/2016)
ThomasRushton (8/16/2016)
whereisSQL? (8/16/2016)
Grumpy DBA (8/16/2016)
djj (8/16/2016)
RocketRichard
Canada
Dry
Martini
Cherry
Peach
Apple
Tart
August 16, 2016 at 10:29 am
George Vobr (8/16/2016)
ako58 (8/16/2016)
CREATE TABLE #TableTest1 (
ID INT NOT NULL,
CONSTRAINT PK_ID1 PRIMARY KEY(ID)
);
CREATE TABLE TableTest2 (
ID INT NOT NULL
CONSTRAINT FK_TableTest1_ID FOREIGN KEY (ID) REFERENCES #TableTest1(ID)
);
INSERT INTO #TableTest1 (ID)
VALUES
(1);
INSERT INTO TableTest2...
August 16, 2016 at 7:04 am
Luis Cazares (8/12/2016)
whereisSQL? (8/12/2016)
Ray K (8/12/2016)
Ed Wagner (8/12/2016)
Kaye Cahs (8/12/2016)
Ed Wagner (8/12/2016)
djj (8/12/2016)
FinalistWin
Doze
Coffee
Caffeine
Stimulant
Sugar
Pops
August 12, 2016 at 1:21 pm
Every now & again, someone comes to me with an overly risky solution to a relatively harmless problem. That's when I like to cite this quote. Thanks...
August 12, 2016 at 12:49 pm
Ed Wagner (8/12/2016)
djj (8/12/2016)
FinalistWin
Doze
August 12, 2016 at 11:50 am
Thanks, Ray!
With your help, I was able to find the actual quote on a few websites.
The way to catch a knuckleball is to wait until it stops rolling and then...
August 9, 2016 at 2:30 pm
Hugo Kornelis (8/9/2016)
Ed Wagner (8/9/2016)
djj (8/9/2016)
Ed Wagner (8/9/2016)
whereisSQL? (8/9/2016)
Revenant (8/9/2016)
Ray K (8/9/2016)
Luis Cazares (8/9/2016)
Grumpy DBA (8/9/2016)
ThomasRushton (8/9/2016)
Ed Wagner (8/9/2016)
Entanglementhairball
* Cough *
Sneeze
Gesundheit
German
Engineering
Design
Style
Sheet
Music
Dance
August 9, 2016 at 12:42 pm
Luis Cazares (8/5/2016)
Almost missed the fact that firstname wasn't part of the view. It's a good thing I double checked.
Same here. It's a good thing I test, especially before...
August 5, 2016 at 7:44 am
edwardwill (7/27/2016)
I ran the script and then thisSELECT COUNT(*) FROM tbl
Guess what number it returned? (HINT - an integer between 99 and 101)
But if you query the table from...
July 27, 2016 at 7:20 am
Three clicks is a lot of work for just one point. I'll have to post a comment so I can get another point for all that work.
😀
July 22, 2016 at 7:20 am
Viewing 15 posts - 151 through 165 (of 180 total)