Forum Replies Created

Viewing 15 posts - 4,546 through 4,560 (of 9,399 total)

  • RE: Today's Random Word!

    TomThomson (12/5/2015)


    DonlSimpson (12/4/2015)


    djj (12/4/2015)


    crookj (12/4/2015)


    Ed Wagner (12/4/2015)


    crookj (12/4/2015)


    Rabbit

    Season

    Duck

    Season (sorry could not resist)

    Rabbit (go with it)

    Welsh (rabbit)

    Cheese

  • RE: How to get running balance for missing week

    Jason A. Long (12/4/2015)


    here's a different option...

    IF OBJECT_ID('tempdb..#Dates', 'U') IS NOT NULL

    DROP TABLE #Dates;

    CREATE TABLE #Dates (

    WeekendDate DATE

    );

    INSERT #Dates (WeekendDate) VALUES

    ('11/01/2015'),

    ('11/08/2015'),

    ('11/15/2015'),

    ('11/22/2015'),

    ('11/29/2015');

    IF OBJECT_ID('tempdb..#Product', 'U') IS NOT NULL

    DROP TABLE...

  • RE: Regarding Transaction log backup

    SQL-DBA-01 (12/4/2015)


    Hello Experts

    Can you please tell me what happens in this scenario?

    I have a database for which tlog backup job is configured to run in every 15 mins. Now one...

  • RE: Do not display Row_Number OVER column in result set

    A SELECT TOP 1...ORDER BY would also do the trick.

  • RE: Datetime data types

    Nice work, Jason. I like the way you questioned BOL and looked at actual data to find the answer that lies beneath the answer.

  • RE: Today's Random Word!

    DonlSimpson (12/4/2015)


    djj (12/4/2015)


    crookj (12/4/2015)


    Ed Wagner (12/4/2015)


    crookj (12/4/2015)


    Rabbit

    Season

    Duck

    Season (sorry could not resist)

    Rabbit (go with it)

    Wabbit Season

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (12/4/2015)


    Luis Cazares (12/4/2015)


    Jeff Moden (12/4/2015)


    Is anyone else not getting notifications from posts? I haven't gotten a 1 since Nov 29th. I sent an email to the...

  • RE: Today's Random Word!

    crookj (12/4/2015)


    Rabbit

    Season

  • RE: How to get a certain portion of a result

    Glad to be of help. Thanks for the feedback.

  • RE: Datetime data types

    Good question. I still like the datetime data type.

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (12/4/2015)


    Ed Wagner (12/4/2015)


    SQLRNNR (12/3/2015)


    Lynn Pettis (12/3/2015)


    SQLRNNR (12/3/2015)


    Lynn Pettis (12/3/2015)


    Walk away, yes, that individual did start a CTE with a semicolon, just let it go...

    Party in the TitD! ...

  • RE: How to get a certain portion of a result

    No, the CTE was just a demonstration of how to hit a column. You can run it against a table by replacing the CTE with your table. Example:

    SELECT...

  • RE: Are the posted questions getting worse?

    SQLRNNR (12/3/2015)


    Lynn Pettis (12/3/2015)


    SQLRNNR (12/3/2015)


    Lynn Pettis (12/3/2015)


    Walk away, yes, that individual did start a CTE with a semicolon, just let it go...

    Party in the TitD! Let's blow off so...

  • RE: Today's Random Word!

    Stuart Davies (12/4/2015)


    SQLRNNR (12/3/2015)


    Ed Wagner (12/3/2015)


    crookj (12/3/2015)


    Ed Wagner (12/3/2015)


    TomThomson (12/3/2015)


    jasona.work (12/3/2015)


    Ed Wagner (12/3/2015)


    jasona.work (12/3/2015)


    Ed Wagner (12/3/2015)


    SQLRNNR (12/3/2015)


    Stuart Davies (11/24/2015)


    Ed Wagner (11/24/2015)


    DonlSimpson (11/23/2015)


    Ed Wagner (11/23/2015)


    djj (11/23/2015)


    anthony.green (11/23/2015)


    Hunger

    Games

    Strategy

    Tactics

    Combat

    fatigue

    BDU

    Camo

    Marines

    Army

    Navy

    Air Force

    Special Operations

    Coast Guard

    Diver

    Sky

    Writer

    Reader

  • RE: Generate sequence of numbers between values

    Jeff Moden (12/3/2015)


    himanshu.sinha (12/1/2015)


    Thanks Jeff for the idea of putting the while loop in TRAN , I think I understand the logic behind that . I hope if anyone...

Viewing 15 posts - 4,546 through 4,560 (of 9,399 total)