Forum Replies Created

Viewing 15 posts - 526 through 540 (of 1,250 total)

  • RE: Today's Random Word!

    djj (2/26/2016)


    ThomasRushton (2/26/2016)


    Ed Wagner (2/25/2016)


    Revenant (2/25/2016)


    crookj (2/25/2016)


    Grumpy DBA (2/25/2016)


    Ed Wagner (2/25/2016)


    ThomasRushton (2/25/2016)


    DonlSimpson (2/25/2016)


    Ed Wagner (2/25/2016)


    Grumpy DBA (2/25/2016)


    crookj (2/25/2016)


    Ghost (Rider)

    Pepper

    Habenero

    Blaze

    Saddle

    Horse

    Mongo

    Beans

    Campfire

    Marshmallows

    Ghostbusters!

    Slimer

    Green

  • RE: Help with Row Number

    SELECT TOP 12 ---Create a list of numbers from 0 - 12

    N = IDENTITY(INT ,0,1)

    INTO #tally

    FROM

    master.dbo.syscolumns sc1,

    master.dbo.syscolumns sc2;

    WITH curr_per AS --Find all the current period indicators

    (

    SELECT

    periodnumber

    ,CalendarPeriodId

    ,CalendarYearId

    FROM

    test...

  • RE: Are the posted questions getting worse?

    djj (2/25/2016)


    jasona.work (2/25/2016)


    Man, my music tastes go all over the place...

    Listening to my playlist on my phone today, just went from Dragonforce, now I'm listening to an Alex Band tune...

  • RE: Help with Row Number

    Can you post some sample data please?

    It will make it much easier to understand what you want and to come up with a solution.

  • RE: Microsoft 70-448 Exam: Self Exam Engine developed trainings!

    Reported as spam

  • RE: how to loop without endless joins

    astrid 69000 (2/24/2016)


    Hi,

    I have a table that each row related to another row, and apart from that they have nothing in common.

    create table #mynumbers (Appl int, Pre_App int);

    insert into #mynumbers...

  • RE: Today's Random Word!

    Ed Wagner (2/23/2016)


    Ed Wagner (2/22/2016)


    DonlSimpson (2/22/2016)


    ZZartin (2/22/2016)


    Grumpy DBA (2/22/2016)


    djj (2/22/2016)


    Fixes

    Neutered

    Schnauzer

    Terrier

    Bichon

    Greyhound

    Bus

  • RE: TRY_CONVERT smaller

    Steve Jones - SSC Editor (2/18/2016)


    BWFC (2/18/2016)


    To be pedantic, it depends on what edition you run the code. I know that the unwritten rule is assume the latest version...

  • RE: TRY_CONVERT smaller

    To be pedantic, it depends on what edition you run the code. I know that the unwritten rule is assume the latest version but many people testing that, like...

  • RE: Forcing Strong Passwords

    As somebody mentioned the other day, this[/url] sums things up well.

  • RE: Are the posted questions getting worse?

    Since I know you and I have the same smoker, have you done anything to protect it from the weather? I never found a decent cover for it and it...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (2/9/2016)


    Sean Lange (2/8/2016)


    Ack what a rough start to the week. My dog went for "last outs" about midnight last night and found a skunk. This is the second time...

  • RE: Changing Granularity of Fact Table

    Jack Corbett (2/5/2016)


    BWFC (2/5/2016)


    It's done through stored procs called by SSIS. We first load a staging table then the fact table.

    Okay so that makes the process...

  • RE: Changing Granularity of Fact Table

    Jack Corbett (2/5/2016)


    How do you load the data warehouse?

    Can a person have risk at one load and then not have a risk the next load?

    How will...

  • RE: Differing Row Counts

    That was just a back-of-a-fag-packet, as-I-type guess. I'm in the process of breaking things open to have a look now and already I've spotted one reason why I've lost...

Viewing 15 posts - 526 through 540 (of 1,250 total)