Forum Replies Created

Viewing 15 posts - 5,386 through 5,400 (of 9,399 total)

  • RE: Are the posted questions getting worse?

    Sean Lange (8/20/2015)


    Agreed 100% that the other way should be an issue but seriously...the best part was I spent the better part of an hour trying to figure out how...

  • RE: Converting a column of type nvarchar to datetime

    Jeff Moden (8/19/2015)


    aldous.chris (8/19/2015)


    Hi All,

    Thanks for your help and quick responses. There were values which weren't allowed in the column!

    All columns have been successfully updated!

    Cheers,

    Chris

    There are very few...

  • RE: Today's Random Word!

    djj (8/20/2015)


    DonlSimpson (8/19/2015)


    Ed Wagner (8/19/2015)


    Luis Cazares (8/19/2015)


    Revenant (8/19/2015)


    ZZartin (8/19/2015)


    whereisSQL? (8/19/2015)


    BL0B_EATER (8/19/2015)


    Water

    Conservation

    Fire

    Alarm

    Clock

    Time

    Fades

    Grave

    Dead

  • RE: how to overcome from the tempdb spill over ?

    Luis Cazares (8/19/2015)


    Ed Wagner (8/19/2015)


    4. The subquery in the JOIN to dbo.BenefitPlanDeterminant. Needs DDL and data to test this. Given the subject, I know that can't happen.

    If you refer...

  • RE: how to overcome from the tempdb spill over ?

    I know I'm a bit late to the party here. I started typing a post about 7 hours ago and then work got in the way.

    There are a few...

  • RE: Today's Random Word!

    Luis Cazares (8/19/2015)


    Revenant (8/19/2015)


    ZZartin (8/19/2015)


    whereisSQL? (8/19/2015)


    BL0B_EATER (8/19/2015)


    Water

    Conservation

    Fire

    Alarm

    Clock

    Time

  • RE: Today's Random Word!

    djj (8/19/2015)


    whereisSQL? (8/19/2015)


    Luis Cazares (8/19/2015)


    BL0B_EATER (8/19/2015)


    Ed Wagner (8/19/2015)


    BL0B_EATER (8/19/2015)


    crookj (8/19/2015)


    Ed Wagner (8/19/2015)


    Ed Wagner (8/19/2015)


    djj (8/19/2015)


    Eirikur Eiriksson (8/18/2015)


    DonlSimpson (8/18/2015)


    Bearing

    Grease

    Seal

    Approval

    Process

    Procedure

    medical

    Costs

    cash

    Johnny

    Country

    Living

    Well

  • RE: Today's Random Word!

    whereisSQL? (8/19/2015)


    Luis Cazares (8/19/2015)


    BL0B_EATER (8/19/2015)


    Ed Wagner (8/19/2015)


    BL0B_EATER (8/19/2015)


    crookj (8/19/2015)


    Ed Wagner (8/19/2015)


    Ed Wagner (8/19/2015)


    djj (8/19/2015)


    Eirikur Eiriksson (8/18/2015)


    DonlSimpson (8/18/2015)


    Bearing

    Grease

    Seal

    Approval

    Process

    Procedure

    medical

    Costs

    cash

    Johnny

    Country

    Rock

  • RE: Today's Random Word!

    BL0B_EATER (8/19/2015)


    crookj (8/19/2015)


    Ed Wagner (8/19/2015)


    Ed Wagner (8/19/2015)


    djj (8/19/2015)


    Eirikur Eiriksson (8/18/2015)


    DonlSimpson (8/18/2015)


    Bearing

    Grease

    Seal

    Approval

    Process

    Procedure

    medical

    Costs

  • RE: Converting a column of type nvarchar to datetime

    Phil Parkin (8/19/2015)


    The string format YYYYMMDD can be converted directly to datetime.

    declare @x nvarchar(20) = '20110905';

    declare @y datetime;

    set @y = @x;

    select @y;

    Display formats are, of course, different from storage...

  • RE: Today's Random Word!

    Ed Wagner (8/19/2015)


    djj (8/19/2015)


    Eirikur Eiriksson (8/18/2015)


    DonlSimpson (8/18/2015)


    Bearing

    Grease

    Seal

    Approval

    Process

  • RE: columnstore index maxdop

    Thanks for the very clear question. I was looking for the trick. 😉

  • RE: Today's Random Word!

    djj (8/19/2015)


    Eirikur Eiriksson (8/18/2015)


    DonlSimpson (8/18/2015)


    Revenant (8/18/2015)


    whereisSQL? (8/18/2015)


    TomThomson (8/18/2015)


    Ed Wagner (8/18/2015)


    SQLRNNR (8/18/2015)


    Ed Wagner (8/18/2015)


    ChrisM@Work (8/18/2015)


    djj (8/18/2015)


    Ed Wagner (8/17/2015)


    Luis Cazares (8/17/2015)


    whereisSQL? (8/17/2015)


    Eirikur Eiriksson (8/17/2015)


    Ed Wagner (8/17/2015)


    eccentricDBA (8/17/2015)


    whereisSQL? (8/17/2015)


    DonlSimpson (8/17/2015)


    Optimizer

    Cost-based

    low-cost provider strategy

    Low Quality

    WYPIWYG

    Consultant

    Contractor

    Temp

    Intern

    Affairs

    Politicians

    desk

    Resolute

    pig-headed

    Trump

    Hair

    Ball

    Bearing

    Grease

    Seal

  • RE: Today's Random Word!

    SQLRNNR (8/18/2015)


    Ed Wagner (8/18/2015)


    ChrisM@Work (8/18/2015)


    djj (8/18/2015)


    Ed Wagner (8/17/2015)


    Luis Cazares (8/17/2015)


    whereisSQL? (8/17/2015)


    Eirikur Eiriksson (8/17/2015)


    Ed Wagner (8/17/2015)


    eccentricDBA (8/17/2015)


    whereisSQL? (8/17/2015)


    DonlSimpson (8/17/2015)


    Optimizer

    Cost-based

    low-cost provider strategy

    Low Quality

    WYPIWYG

    Consultant

    Contractor

    Temp

    Intern

    Affairs

    Politicians

    desk

    Resolute

  • RE: The Tally Table

    Eric M Russell (8/18/2015)


    Jeff Moden (8/18/2015)


    Iwas Bornready (8/18/2015)


    Though I have used a tally table a few times, it really is rare for me. I've heard so many people say how...

Viewing 15 posts - 5,386 through 5,400 (of 9,399 total)