Forum Replies Created

Viewing 15 posts - 48,331 through 48,345 (of 59,064 total)

  • RE: Patindex

    S'ok... just proves one thing... memory is one of the best things you can do to speed up a machine. Thanks for the feedback, Remi.

  • RE: Patindex

    Ninja's_RGR'us (9/12/2008)


    Holly shit... is the only way to describe those results!!!

    Heh... your surprise, Remi, is that your particular computer sucks at handling strings... the results you provided are WAY out...

  • RE: I AM HAVING THIS UNIQUE AND STUPID SITUATION IN SSIS FROM MAINFRAME

    gyanendra.khadka (9/12/2008)


    Lynn, FInally Got IT. But for one FTP process I don't thing they would like to do it. ALso, on my side I only have one ssis packages to...

  • RE: The "Numbers" or "Tally" Table: What it is and how it replaces a loop.

    Thanks for the great feedback, Carla. If you want a bit more on splitting things, take a peek at the followup article below...

    http://www.sqlservercentral.com/articles/T-SQL/63003/

  • RE: Patindex

    By the way... if you actually take the time to run the code above, I think you'll be very surprised as some of the outcome.

  • RE: Patindex

    "LIKE" has gotten a pretty bad reputation just by word of mouth. Might be left overs from the early days of SQL. Glad to see some folks testing...

  • RE: killing old spids

    Fraggle (9/12/2008)


    Sorry to scare you there Jeff. 😀

    Dang... as luck would have it, I found a reason to actually nuke old spids... connection leaks. I recently started a...

  • RE: I AM HAVING THIS UNIQUE AND STUPID SITUATION IN SSIS FROM MAINFRAME

    No extensions on the file names?

  • RE: Off IF...ELSE Behavior

    Here you go, Jody...

    --===== If the temp table already exists, drop it.

    -- This should be commented out in a production environment

    ...

  • RE: Patindex

    Manie, great primer on PatIndex!

    There is hundreds of other ways to use these functions and the way I used here is most probably not the best way so, if anyone...

  • RE: Working part-time

    One of the folks on this very forum said it best... "The extraordinary DBA is the first person someone goes to when they need help, not the last." Sounds...

  • RE: The "Numbers" or "Tally" Table: What it is and how it replaces a loop.

    Thanks for the awesome feedback, Hans. You made my day. Just remember, the Tally table is not a panacea... it cannot be used for all things that loop....

  • RE: String function

    On the other hand, look at the bright side... 🙂 They have such a crappy DB that they need someone like you to wade through it and fix things....

  • RE: Off IF...ELSE Behavior

    Jody Claggett (9/11/2008)


    ...but it looks like your code sample is suming the data based on the fiscal quarter.

    What I am looking for is to sum the YTD quota up...

  • RE: killing old spids

    Whew! Thanks for the feedback, Fraggle. Thought I missed something:).

Viewing 15 posts - 48,331 through 48,345 (of 59,064 total)