Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 15,381 total)

  • RE: Grouping does not seem to be working with Union ALL

    mjakachira (1/27/2016)


    I'm not sure I understand why but my IND_Desc does not seem to be grouping between the union. An example would be I have a IND_DESC in both tables...

  • RE: Query Help

    How long does that query take? There are so many nonSARGable predicates in that view alone it is frightening!!! Then you have several more in your query.

    I gave you the...

  • RE: Query Help

    Ed Wagner (1/25/2016)


    I know what you're dealing with now so I'd imagine it must look like a piece of cake to you. 😉

    What I am dealing with now is why...

  • RE: Query Help

    SQLisAwE5OmE (1/25/2016)


    INNER join is fine at the parent info....

    I am confused whats the exact syntax to use under group by clause.

    Basically I need to find out if a student is...

  • RE: Query Help

    SQLisAwE5OmE (1/25/2016)


    Sean Lange (1/25/2016)


    SQLisAwE5OmE (1/25/2016)


    Hi Sean, Thanks for the feedback.

    Sorry for the messy query....I didn't actually write it.....I wish I could write query like that....but thanks for cleaning it up.

    Anyway,...

  • RE: Query Help

    SQLisAwE5OmE (1/25/2016)


    Hi Sean, Thanks for the feedback.

    Sorry for the messy query....I didn't actually write it.....I wish I could write query like that....but thanks for cleaning it up.

    Anyway, I use crystal...

  • RE: table locks

    btsserv13 (1/25/2016)


    Thanks for the response Sean.

    I did try using SSIS transaction and it takes more than 20 X times to execute the package than it would if I use without...

  • RE: Query Help

    Using aliases is a great idea. However when you name your alias the same as the original table name it kind of defeats the purpose. Also, you should avoid using...

  • RE: table locks

    btsserv13 (1/25/2016)


    I need to refresh a table with new / updated records so I have created a SSIS package for that

    In SSIS, I am

    Deleting records from the table for a...

  • RE: Are the posted questions getting worse?

    Ed Wagner (1/22/2016)


    Greg Edwards-268690 (1/21/2016)


    Eirikur Eiriksson (1/21/2016)


    Greg Edwards-268690 (1/21/2016)


    Steve Jones - SSC Editor (1/21/2016)


    Greg Edwards-268690 (1/21/2016)


    It seems he has an elephant on the menu, and a 6 quart pot to...

  • RE: Are the posted questions getting worse?

    Hugo Kornelis (1/21/2016)


    Greg Edwards-268690 (1/21/2016)


    Steve Jones - SSC Editor (1/21/2016)


    Greg Edwards-268690 (1/21/2016)


    It seems he has an elephant on the menu, and a 6 quart pot to cook it in.

    But refuses...

  • RE: Find foreign alphabet characters in a column

    TJT (1/21/2016)


    Yes I mean identifying any characters not belonging to the Latin General language.

    Your query picks up some, but still misses others.

    This is my last attempt at trying. Can you...

  • RE: T-SQL CASE WHEN take latest value

    joeshu26 (1/21/2016)


    I have a table of dates, companyIDs, and industry.

    CREATE TABLE #mytable

    (

    ...

  • RE: Find foreign alphabet characters in a column

    TJT (1/21/2016)


    Just identify them

    Meaning you want them returned? Do you need any other information? This would be a LOT simpler if you would tell us what you want instead of...

  • RE: Find foreign alphabet characters in a column

    TJT (1/21/2016)


    I need to find all foreign alphabet characters in a column. It might Russian, Chinese, ect.

    This isn't very clear what you want here. Are you wanting to write...

Viewing 15 posts - 1,861 through 1,875 (of 15,381 total)