Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 1,988 total)

  • RE: Today's Random Word!

    Ed Wagner (6/5/2015)


    jasona.work (6/5/2015)


    Ed Wagner (6/5/2015)


    Revenant (6/5/2015)


    SQLRNNR (6/5/2015)


    Ed Wagner (6/5/2015)


    BL0B_EATER (6/5/2015)


    SQLRNNR (6/5/2015)


    Eirikur Eiriksson (6/3/2015)


    Ed Wagner (6/3/2015)


    Eirikur Eiriksson (6/3/2015)


    SQLRNNR (6/3/2015)


    while

    Loop

    Eliminate

    Kawasaki

    Yamaha

    piano

    Organ

    tube

    subway

    Traffic

    Cone

    Ice Cream

    Float

  • RE: Should Salary Information Be Confidential?

    Well then we're arguing about two different things 🙂

    The salary ranges and process for raises should be transparent if they aren't that would be huge red flag to flee that...

  • RE: Should Salary Information Be Confidential?

    fhanlon (6/5/2015)


    I did acknowledge that some companies give raises based on merit. I worked for one place that evaluated everyone each year and said that based on performance you...

  • RE: problem with 'not exists' subquery

    briancampbellmcad (6/5/2015)


    Yes thanks for the tips on several points... I got the same results so my initial query wasn't that bad... but I did discover that the data in general...

  • RE: Should Salary Information Be Confidential?

    fhanlon (6/5/2015)


    I think the idea of publishing salaries is great. If a company wants to be dishonest and pay 2 people with the same experience and seniority doing ...

  • RE: problem with 'not exists' subquery

    That sample data returns 7 rows(and the table name on the second insert section is wrong) with the query you posted earlier.

    SELECT c.PeopleID

    FROM [certs] c

    where c.[statusID] = 1 and...

  • RE: problem with 'not exists' subquery

    Your subquery isn't related to your main query in any way, so if it returns any record it will remove all results from the final result.

  • RE: Table structure with a VIN

    mwilliams4nc (6/4/2015)


    it is 1 to Many...

    PO is issued for let's say 20 vehicles.

    20 Vins fill that Order

    Each Vin row has the POnum field

    With just the primary keys specified it is...

  • RE: Table structure with a VIN

    Just wondering if I'm reading your various constraints right but you say you want a 1 to M relationship between PoNum and VIN, but that doesn't look possible. Did...

  • RE: Update Statement and Case Statement

    dwilliscp (6/4/2015)


    Lynn... it looks like you can not use a case statement inside of the update statement... just trying to make sure.. I guess I can put the update together...

  • RE: delete backup files script works well in sql server 2008 r2 but same one fails in sql server 2012 (forfiles)

    Just out of curiousity how would a file name ever have a \ at the end of it, wouldn't that make it a directory?

  • RE: ETL question: which option is better for performance

    Hmm... that would be interesting to test but I'd imagine the overhead of doing the except, staging those results, then running the resulting update would be greater than just running...

  • RE: Replace slow query with table

    Unless real time updates to the view are needed could you just run a scheduled job every however often to populate your temp table instead of using triggers?

  • RE: Error Handling with CASE STATEMENT

    What exactly are you trying to convert to a case statement? You wouldn't put a goto or any control flow for that matter in a case statement.

  • RE: Missing Identity Numbers

    It sounds like you just explained it, users are deleting records or the application is trying to write a record and deciding to roll back the record, either directly in...

Viewing 15 posts - 1,681 through 1,695 (of 1,988 total)