Forum Replies Created

Viewing 15 posts - 7,231 through 7,245 (of 13,876 total)

  • RE: The Hidden Trigger

    Phil Factor (4/18/2016)


    I used to think it was just me who forgot about triggers I'd written just a short while beforehand. It is just like stepping on a rake in...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (4/15/2016)


    Phil Parkin (4/15/2016)


    GilaMonster (4/15/2016)


    Phil Parkin (4/15/2016)


    Anyone have a crystal ball, several hours to kill and feeling masochistic? Dive in!

    I'm going to have to steal "Don't have a clue...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/15/2016)


    Phil Parkin (4/15/2016)


    Anyone have a crystal ball, several hours to kill and feeling masochistic? Dive in!

    I'm going to have to steal "Don't have a clue how to optimize this...

  • RE: Are the posted questions getting worse?

    Anyone have a crystal ball, several hours to kill and feeling masochistic? Dive in!

  • RE: Performance issue with Query

    T.Ashish (4/15/2016)


    This is generated output. Actual script is like

    case when

    ...

  • RE: Understand Sharepoint

    renato.afonso (4/15/2016)


    Sorry, rephrasing: creating indexes on the sharepoint database directly, can do more harm than good.

    What sort of harm do you have in mind?

  • RE: Loading files in parallel

    Jez-448386 (4/15/2016)


    The OP already has a SSIS package that loads 140+ files sequentially.

    I doubt that there are 140+ separate tasks I guess that this has already been solved.

    Jez

    You mean this?

    richardmgreen1...

  • RE: Order by a CASE statment order

    Kazmerelda (4/15/2016)


    Well my query even with the CASE in there is now running in 3 seconds versus 25 so thank you so much for your pointers there.

    I will battle...

  • RE: Understand Sharepoint

    renato.afonso (4/15/2016)


    --

    Applying indexes in the database may cause more harm than good.

    Can you justify this comment?

  • RE: Copy files into dynamically created folders

    vikram25 (4/15/2016)


    Hi all,

    I am desperately in need for this solution. Any help is most welcome as I am new to SSIS.

    I have files (all types) in one folder and I...

  • RE: Loading files in parallel

    Jez-448386 (4/15/2016)


    Probably the best solution would be to put all 140+ file names into a queue table and then have 4 separate For Each Loops taking one record at a...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (4/14/2016)


    Well, apparently I don't write good questions to teach these people things.

    Maybe some of you should write some questions to help people learn how to...

  • RE: Order by a CASE statment order

    Hugo Kornelis (4/14/2016)


    Phil Parkin (4/14/2016)


    Why are you continuing with the implicit conversion from int to string?

    Actually, int has a higher precedence than string, so the implicit conversion should be from...

  • RE: Order by a CASE statment order

    ZZartin (4/14/2016)


    Your order by isn't working because you are trying to sort by a alphanumeric field that doesn't sort in the order you want. Did you try this,

    ORDER BY...

  • RE: Can not get results to insert into table

    Jeffery Williams (4/14/2016)


    The script is working except I can not insert into a table the results that are returned.

    Both Drew and I have explained the problem. Please take the time...

Viewing 15 posts - 7,231 through 7,245 (of 13,876 total)