Forum Replies Created

Viewing 15 posts - 53,941 through 53,955 (of 59,065 total)

  • RE: sql2005 benefit

    p.s. And a million rows isn't much so far as SQL Server is concerned... certainly, it's not sufficient for justification of 2k5 or 2k8. I've got lookup tables...

  • RE: sql2005 benefit

    My recommendation would be... unless you have an immediate need for the Security enhancements, there's not much you can't do in a relatively simple manner in 2k T-SQL including Row_Number,...

  • RE: What is mean by Programming styles?

    aureolin (11/24/2007)


    you'll never see me use a While Loop to create a list of contiguous dates... I'll always use a Tally table for that (and a lot more).

    Sounds like a...

  • RE: Can this be done without cursors?

    In the example previously given, there are 2 groups... 1 has 3 data points and the other has 4. Would you provide the "8 data points" for the example...

  • RE: Query help needed ...

    Funny thing... you never know if you solved their problem when they don't respond 😉 Pretty rude, too... 😛

  • RE: Slow Queries

    Sure... anytime you return less, it will usually return faster.

    Lemme ask... are you using the GRID mode, or the TEXT mode? As you probably know, the Grid mode is...

  • RE: Slow Queries

    I know... old post... but, I've gotta ask...

    Why in the the world would you do a SELECT * with no criteria on a table that contains 180,000 rows? You...

  • RE: problem with float data type

    Dang... not good... hides the "problem".

  • RE: Database design

    "3rd Normal Form"

    Heh... Look it up 😉

  • RE: problem with float data type

    It's doing the Binary math as 2k does... can you try one more time? Do this in the text mode, please... thanks, Dave.

    [font="Courier New"]DECLARE @MATij FLOAT(53)

    DECLARE @MATpj FLOAT(53)

    DECLARE @m...

  • RE: Can this be done without cursors?

    The code RockMoose wrote for solving the Rank/Percentile problem in SQL Server 2000 is a great example of "How to Avoid the Cursor/Loop". Cursor/Loop solution could not be used...

  • RE: Can this be done without cursors?

    ajethaa (11/24/2007)


    hi,

    am new to programming and am doing a project now with asp.net technology..am in need of percentile function to be created...

    and saw your post...

    but could not understand completely.

    wats...

  • RE: Can this be done without cursors?

    -- No cursors please

    /rockmoose

    You must unlearn what You have learnt

    Rockmoose! You ol' dog! Where in the heck have you been? How funny... I quoted your...

  • RE: UK Cultures

    Heh... speaking of "tea"... I once had a friend from the UK who thought folks in the US where a bit odd... here's his quote...

    "I guess I don't understand Americans......

  • RE: problem with float data type

    I wonder if MS made the mistake of doing the rounding on the new display? What does the code for the problem come up with for an answer on...

Viewing 15 posts - 53,941 through 53,955 (of 59,065 total)