Forum Replies Created

Viewing 15 posts - 6,841 through 6,855 (of 9,399 total)

  • RE: Daily Count every nth hour

    Using a "divide and conquer" approach to the problem, you first want to generate a set of times you're going to use to query your dbo.Appointment table.

    with cteStart(starting_time) as (

    ...

  • RE: remove non-numeric values from a nvarch column

    There have been some really good discussions on this very topic. See http://www.sqlservercentral.com/Forums/Topic1585850-391-1.aspx for several different approaches to the problem.

  • RE: Week Wise Distribution

    Jeff Moden (12/9/2014)


    Yes it is... please see the following article.

    http://www.sqlservercentral.com/articles/Crosstab/65048/

    That's the perfect article and is exactly where I'd point you.

  • RE: Today's Random Word!

    djj (12/10/2014)


    crookj (12/9/2014)


    Ed Wagner (12/9/2014)


    sing4you (12/9/2014)


    Ed Wagner (12/9/2014)


    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    SQLRNNR (12/9/2014)


    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    crookj (12/9/2014)


    sing4you (12/9/2014)


    djj (12/9/2014)


    Holiday

    Billie

    Don't (be a hero....)

    Bonnie (Tyler)

    Clyde

    The Glide

    Slide

    Trombone

    Brass

    tacks

    High

    Anxiety

    Brooks (Mel)

    History

  • RE: Simple arithmetic

    It was simple math, but also a simple exercise in clear thinking, something I would think that most people who work in databases would be good at. Thanks.

  • RE: Today's Random Word!

    sing4you (12/9/2014)


    Ed Wagner (12/9/2014)


    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    SQLRNNR (12/9/2014)


    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    crookj (12/9/2014)


    sing4you (12/9/2014)


    djj (12/9/2014)


    Holiday

    Billie

    Don't (be a hero....)

    Bonnie (Tyler)

    Clyde

    The Glide

    Slide

    Trombone

    Brass

    tacks

    High

  • RE: Why “3653.0 and 36524.0”?

    Jeff doesn't hit people with RBAR, he actively campaigns against it. High-velocity pork chops, on the other hand, are fair game. 😀

  • RE: Today's Random Word!

    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    SQLRNNR (12/9/2014)


    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    crookj (12/9/2014)


    sing4you (12/9/2014)


    djj (12/9/2014)


    Holiday

    Billie

    Don't (be a hero....)

    Bonnie (Tyler)

    Clyde

    The Glide

    Slide

    Trombone

    Brass

  • RE: Today's Random Word!

    SQLRNNR (12/9/2014)


    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    crookj (12/9/2014)


    sing4you (12/9/2014)


    djj (12/9/2014)


    Holiday

    Billie

    Don't (be a hero....)

    Bonnie (Tyler)

    Clyde

    The Glide

    Slide

  • RE: Week Wise Distribution

    First of all, welcome to the forums!

    Let's start by creating some consumable DDL and data.

    create table test (

    Number char(3),

    ProductName char(1),

    Week char(3),

    TTR Numeric(18,...

  • RE: Today's Random Word!

    djj (12/9/2014)


    Ed Wagner (12/9/2014)


    crookj (12/9/2014)


    sing4you (12/9/2014)


    djj (12/9/2014)


    Holiday

    Billie

    Don't (be a hero....)

    Bonnie (Tyler)

    Clyde

    Browning

  • RE: TempDB Database

    Lowell (12/9/2014)


    you will most likely run out of disk space long before you approach the max number of objects.

    this is the max for any database, regardless of being a user...

  • RE: Holiday Struggles

    I find people trying to get development tasks done on this year's budget, so there are a lot of email flying around with unreasonable deadlines. I'm thinking the last...

  • RE: Today's Random Word!

    crookj (12/9/2014)


    sing4you (12/9/2014)


    djj (12/9/2014)


    Holiday

    Billie

    Don't (be a hero....)

    Bonnie (Tyler)

  • RE: EXECUTE

    Nice question. And it's good to see that 78% of the answers thus far have been correct.

Viewing 15 posts - 6,841 through 6,855 (of 9,399 total)