Forum Replies Created

Viewing 15 posts - 8,461 through 8,475 (of 9,399 total)

  • RE: Today's Random Word!

    crookj (1/29/2014)


    WOTD - Rift

    Gap

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (1/29/2014)


    GilaMonster (1/29/2014)


    Ed Wagner (1/29/2014)


    GilaMonster (1/29/2014)


    Could use some of that chill down here. We had a couple of weeks of 35 C+ (high for JHB). Seriously unpleasant.

    That sounds seriously...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/29/2014)


    Could use some of that chill down here. We had a couple of weeks of 35 C+ (high for JHB). Seriously unpleasant.

    That sounds seriously unpleasant - that's 95 F....

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (1/29/2014)


    rodjkidd (1/29/2014)


    Talking of Grant, did anyone see the picture of him on the SQLCruise yesterday- almost as red as the livery of that company he works for!

    Rodders...

    Bring him...

  • RE: Today's Random Word!

    BWFC (1/29/2014)


    Kurt W. Zimmerman (1/28/2014)


    Ed Wagner (1/28/2014)


    L' Eomot Inversé (1/28/2014)


    crookj (1/28/2014)


    Ed Wagner (1/28/2014)


    BWFC (1/28/2014)


    Drink

    Restaurant

    Jocko's Steak House

    Rib Eye Steak

    Medium rare

    à point

    Blue

    Demi glace

  • RE: Today's Random Word!

    L' Eomot Inversé (1/28/2014)


    crookj (1/28/2014)


    Ed Wagner (1/28/2014)


    BWFC (1/28/2014)


    Drink

    Restaurant

    Jocko's Steak House

    Rib Eye Steak

    Medium rare

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (1/28/2014)


    GilaMonster (1/28/2014)


    Anyone got time and enthusiasm? (running low on the latter and it's almost time to go home)

    A trigger that doesn't work: http://www.sqlservercentral.com/Forums/Topic1532595-1292-1.aspx

    An IF statement that, well, ......

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (1/28/2014)


    Revenant (1/27/2014)


    Jeff Moden (1/27/2014)


    Revenant (1/27/2014)


    GilaMonster (1/27/2014)


    Sometimes I wonder if people really want help.

    "Sample data please"

    "I don't see the point" "It won't be of any benefit"

    "Expected results please"

    "It's not...

  • RE: value() Method (xml Data Type)

    Nice questions, thanks. I don't use XML often, but when I do, I use it slowly. 😉

  • RE: Today's Random Word!

    BWFC (1/28/2014)


    Drink

    Restaurant

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (1/27/2014)


    Revenant (1/27/2014)


    jasona.work (1/27/2014)


    Jeff Moden (1/25/2014)


    Shifting gears a bit, I've seen a trend starting to develop that will define the next wave of performance and memory problems. Even...

  • RE: Today's Random Word!

    BWFC (1/27/2014)


    L' Eomot Inversé (1/24/2014)


    Ed Wagner (1/23/2014)


    BWFC (1/23/2014)


    JAZZ Master (1/22/2014)


    Revenant (1/22/2014)


    Ed Wagner (1/22/2014)


    SQLRNNR (1/22/2014)


    sim

    City

    bestseller

    novel

    New

    Clean

    Sterile

    Aseptic

    Clean room

  • RE: Finidng which stored proc causes the error ?

    Lowell (1/27/2014)


    and another way:

    you can declare an explicit escape char like this:

    select

    object_name(object_id),

    definition

    from sys.sql_modules

    WHERE definition like '%referall!_orr%' ESCAPE '!'

    I...

  • RE: Finidng which stored proc causes the error ?

    Quote the special character. Example:

    create table #test (

    string varchar(100));

    insert into #test(string) values('001');

    insert into #test(string) values('101');

    insert into #test(string) values('1_1');

    insert into #test(string) values('0_1');

    select * from #test where string like...

  • RE: SSAS: Tabular vs Multi Dimensional

    Sure am glad I attended that seminar! 😛

Viewing 15 posts - 8,461 through 8,475 (of 9,399 total)