Forum Replies Created

Viewing 15 posts - 151 through 165 (of 180 total)

  • RE: Today's Random Word!

    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...

  • RE: TRUNCATE and ROLLBACK

    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. (:

  • RE: Today's Random Word!

    Hugo Kornelis (8/19/2016)


    Ed Wagner (8/19/2016)


    Luis Cazares (8/19/2016)


    Ed Wagner (8/19/2016)


    Chainsaw

    Massacre

    Texas

    Dallas

    Cowboy

  • RE: Today's Random Word!

    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)


    Pop

    Soda

    Water

    Ice

    Broken

    Wings

    Hot

    Buffalo

    Bison

    Burger

    Fries

    Onion Rings

    onion bhaji

    Raita

    Yogurt

    Frozen

    Custard

    Sundae

  • RE: Today's Random Word!

    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)


    Pop

    Soda

    Water

    Ice

    Broken

    Wings

    Hot

    Buffalo

    Bison

    Burger

  • RE: Today's Random Word!

    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)


    Rocket

    Richard

    Canada

    Dry

    Martini

    Cherry

    Peach

    Apple

    Tart

  • RE: Primary and Foriegn Keys on Temp Tables

    George Vobr (8/16/2016)


    ako58 (8/16/2016)


    http://www.sqlservercentral.com/questions/Foreign+Keys+(FK)/144670/

    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...

  • RE: Today's Random Word!

    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)


    Finalist

    Win

    Doze

    Coffee

    Caffeine

    Stimulant

    Sugar

    Pops

  • RE: Who Said This?

    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...

  • RE: Today's Random Word!

    Ed Wagner (8/12/2016)


    djj (8/12/2016)


    Finalist

    Win

    Doze

  • RE: Who Said This?

    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...

  • RE: Today's Random Word!

    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)


    Entanglement

    hairball

    * Cough *

    Sneeze

    Gesundheit

    German

    Engineering

    Design

    Style

    Sheet

    Music

    Dance

  • RE: Updating the View or the table?

    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...

  • RE: Lots of inserts? Part I

    edwardwill (7/27/2016)


    I ran the script and then this

    SELECT COUNT(*) FROM tbl

    Guess what number it returned? (HINT - an integer between 99 and 101)

    But if you query the table from...

  • RE: Startup Procedure Limits

    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.

    😀

Viewing 15 posts - 151 through 165 (of 180 total)