Forum Replies Created

Viewing 15 posts - 91 through 105 (of 441 total)

  • RE: select top 1 accross a whole set

    BaldingLoopMan (1/19/2010)


    i need one record returned per first, last, and zip.

    The idea here is someone wants the data from this table. Well they want the records who have the most...

  • RE: select top 1 accross a whole set

    BaldingLoopMan (1/19/2010)


    When adding the following three samples to your data, which one should be displayed (each one has values in two out of three columns)? Either, but just one...

  • RE: Scripting Options

    Heh, my pleasure, it's not everyday you get to assist the Great Moden himself,

    Have a nice one,

  • RE: Scripting Options

    I just tried using SQL server 2005 Express SP2, (With the Express studio) and the option is there too. I find it pretty odd that you can't see this option,...

  • RE: Scripting Options

    Jeff Moden (1/15/2010)


    I'm working on an instance of SQL Server 2005 (Standard Edition) for a new company. I want to set the scripting options so that when I right...

  • RE: Sorting Stored Procedures???

    My pleasure,

    Thanks for the feedback.

  • RE: Sorting Stored Procedures???

    I think this does what you need:

    SELECT name ,

    SCHEMA_NAME(Schema_ID) ,

    Create_Date ,

    ...

  • RE: Where are you?

    Lynn Pettis (1/12/2010)


    J-F Bergeron (1/12/2010)


    GilaMonster (1/12/2010)


    Johannesburg, South Africa. For anyone who's geography a little weak, that's at the southern end of the African continent.

    Yes, we have electricity and internet (most...

  • RE: Where are you?

    J-F Bergeron (1/12/2010)


    GilaMonster (1/12/2010)


    Johannesburg, South Africa. For anyone who's geography a little weak, that's at the southern end of the African continent.

    Yes, we have electricity and internet (most of the...

  • RE: Where are you?

    GilaMonster (1/12/2010)


    Johannesburg, South Africa. For anyone who's geography a little weak, that's at the southern end of the African continent.

    Yes, we have electricity and internet (most of the time), we...

  • RE: Performance issue on a udf - Better way to rewrite?

    Lynn Pettis (1/6/2010)


    EDIT: HOLD ON, I think I have a problem!!!

    2nd EDIT: Actually I don't, it was the data, it was getting truncated.

    ...

  • RE: Performance issue on a udf - Better way to rewrite?

    Going in a meeting, i'll be back in a few, if you have any other suggestions, i'd greatly appreciate!

  • RE: Performance issue on a udf - Better way to rewrite?

    Ninja's_RGR'us (1/6/2010)


    Even if he can't add persisted columns... if I run a straight select and then a select with your computations it runs in the exact same time over 1M...

  • RE: Performance issue on a udf - Better way to rewrite?

    Not really, that is not an option, since the function is used across the system, everytime we need an output for cobol. It is in many tables, and sometimes the...

  • RE: Query Performance

    Have you tried creating the index as Gail mentioned? And after you do, can you post the new execution plan? It is far more helpful to see the plan then...

Viewing 15 posts - 91 through 105 (of 441 total)