Forum Replies Created

Viewing 15 posts - 5,716 through 5,730 (of 15,381 total)

  • RE: Concatinating date and string

    Luis Cazares (2/11/2014)


    The problem is that '0000000' is being converted to int and adding it to the year. Instead of converting th char and then to int, I would just...

  • RE: Oddball Interview Questions

    Miles Neale (2/11/2014)


    Sean Lange (2/11/2014)


    LOL that certainly explains ... . 😀

    Sean,

    We have to find a way to justify any hire, and we try to use what tools and...

  • RE: SQL Joins

    And be careful with those NOLOCK hints. It seems this may be ok in this situation but are you aware of what that hint brings to the table? Missing and/or...

  • RE: Are the posted questions getting worse?

    jcrawf02 (2/11/2014)


    wolfkillj (2/7/2014)


    ChrisM@Work (2/7/2014)


    Anybody else seeing a kinky image of Koen, Gail and Grant wondering around without their tshirts?

    Word is that there are photos of a shirtless Grant from SQL...

  • RE: Oddball Interview Questions

    Miles Neale (2/7/2014)


    Sean Lange (2/7/2014)


    That sounds to me like some people need to find more work to do. They are obviously spending way too much brain power over analyzing interview...

  • RE: Oddball Interview Questions

    Miles Neale (2/7/2014)


    Sean Lange (2/7/2014)


    Miles Neale (2/7/2014)


    If I respond to the question with "You got to be joking" or Wrong Tool For the Wrong Thing" I will not be...

  • RE: Are the posted questions getting worse?

    Yes Please.

  • RE: Oddball Interview Questions

    Miles Neale (2/7/2014)


    If I respond to the question with "You got to be joking" or Wrong Tool For the Wrong Thing" I will not be scored and will not...

  • RE: Comparing 2 Columns until the 1st "."

    Taking Lowell's attempt at converting this ddl (excellent job, I would love to see your macro for this) you could do something like this.

    ;WITH MyCTE([col1],[col2],)

    AS

    (

    SELECT 'qta-subbld4-swt1-ups1','qta-sub-bldg4-swt1-ups1.domain','<-should show' UNION ALL

    SELECT 'qta-lr-china-hssp-ups1','qta-china-hssp-ups1.domain','<-should...

  • RE: Query Help with getting the min value

    Dieselbf2 (2/7/2014)


    Sean Lange (2/7/2014)


    You also some parenthesis in your where clause that are very likely incorrect.

    See if this might be more of what you are looking for.

    Select P.PartID, P.mansPart, P.Cost...

  • RE: Comparing 2 Columns until the 1st "."

    rtrice (2/7/2014)


    qta-subbld4-swt1-ups1qta-sub-bldg4-swt1-ups1.domain<-should show

    qta-lr-china-hssp-ups1qta-china-hssp-ups1.domain<-should show

    sha-cab67-ups1.domainsha-cab67-ups1.domain<-should NOT how, but does

    sha-cab78-ups1.domainsha-cab78-ups1.domain<-should NOT how, but does

    sha-cab4009-pdu1.doaminsha-cab4009-ups1.domain<-should show

    There you go

    Thanks

    There is nothing like insert statements, and this is nothing like insert statements. Please understand that...

  • RE: Query Help with getting the min value

    You also some parenthesis in your where clause that are very likely incorrect.

    See if this might be more of what you are looking for.

    Select P.PartID, P.mansPart, P.Cost As PartCost, V.PartID,...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/7/2014)


    wolfkillj (2/7/2014)


    ChrisM@Work (2/7/2014)


    Anybody else seeing a kinky image of Koen, Gail and Grant wondering around without their tshirts?

    Word is that there are photos of a shirtless Grant from...

  • RE: Analysis Services Tabular

    Yet another good question about SSAS. This has been a tough week of questions as I have never used SSAS.

  • RE: Are the posted questions getting worse?

    Ed Wagner (2/7/2014)


    I like the new "mark as answer" functionality. The green threw me at first, but it sure did draw attention to the post, which is the intent....

Viewing 15 posts - 5,716 through 5,730 (of 15,381 total)