Forum Replies Created

Viewing 15 posts - 17,581 through 17,595 (of 26,489 total)

  • RE: Combining statements with different ranges

    ajreynolds (1/7/2010)


    molson-927659 (1/7/2010)


    Why?

    The goal was to try to speed up the process by eliminating an extra query. I'm no expert on SQL, but I would think that combining into...

  • RE: Newbie Question

    I agree. I have a feeling we are only getting a piece of the puzzle, not the whole puzzle.

  • RE: IsNumeric not working

    Missed that, good catch.

  • RE: keyset cursors

    I am an absolutist, never say never.

  • RE: Convert DateTime to MMDDYY

    Ray K (1/7/2010)


    pgatte (1/7/2010)


    I am new to SQL.

    Can you tell me how I would convert a DateTime field to MMDDYY without any / or .

    Example I would need...

  • RE: IsNumeric not working

    GSquared (1/7/2010)


    If you just want strings that have digits in them only, then try using

    Like '%[^1-9]%'

    I think that should be NOT LIKE.

  • RE: IsNumeric not working

    Please understand, ISNUMERIC is not the same as IS A NUMBER. The following, select isnumeric('1e1'), returns 1 as the value can be converted to a valid numeric value.

    If you...

  • RE: How many databases you can have per server?

    Bru Medishetty (1/7/2010)


    Krasavita (1/7/2010)


    How many db can we have per server and how much memory in total can I have?

    Thank you

    You can start creating databases one by one until it...

  • RE: Old SQL Syntax

    IIRC, *= is a left outer join, =* is a right outer join, *=* is a full outer outer join.

  • RE: OFAC Compliance queries

    You really should have used PM to send your email address, now it is out there in the cyberworld.

  • RE: Women in Technology

    cmcc (1/7/2010)


    ...

    Women, you know how rewarding this field is. Please reach out to the ENTIRE next generation and teach them that this is a great field to be in, and...

  • RE: Time For A View?

    Yes.

    It would help if you provided the table definitions (CREATE TABLE statements), sample data for the tables (as a series of INSERT INTO statements for each table), expected results, and...

  • RE: Today's Random Word!

    tosscrosby-60625 (1/7/2010)


    Lynn Pettis (1/6/2010)


    storm front, as one is on its way.

    Foot of snow on the way here today!

    VaporStorm -- We got the cold but nothing else.

  • RE: Women in Technology

    My youngest (11 yr old) told me about a conversation that she and my wife were having at my wife's office this afternoon about computers. I don't fully recall...

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

    Jeff Moden (1/6/2010)


    Ya beat me to it on the POWER thing. Nicely done, Lynn.

    Thanks. Seemed the simpliest way to shift the data the appropriate number of "spaces" to...

Viewing 15 posts - 17,581 through 17,595 (of 26,489 total)