Forum Replies Created

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

  • RE: problem with float data type

    Hi Michael,

    VB and Excel returns the same value.

    I'm currently coding T-SQL again to see where the problem lies.

    Be specific, please... what value is that?

  • RE: How to write query result in an output file in T-SQL (MSDE)

    However, I don't want the lines with all the fields (about 150 for my table).

    Not a problem... it'll depend on the actual query you write.

    In addition, I want the values...

  • RE: select statement with special char

    Ok... are we working in VB or T-SQL???

    And, please provide a sample of the input that you currently have that is not being transformed to your liking as well...

  • 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...

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