Forum Replies Created

Viewing 15 posts - 9,931 through 9,945 (of 15,381 total)

  • RE: pages

    Everybody knows this is 42 😛

  • RE: Función Pago (Function Pay)

    jagger_89 (11/29/2012)


    Buenos días estimados, Creo este post para consultarse si alguno tiene idea de como puedo trasladar la función Pago de Microsoft Excel a un query en sql? Aguardo sus...

  • RE: SEQUENCE

    Good question Lokesh. The incorrect answers were suitably feasible so it took some serious thinking on this one.

  • RE: require help with CASE query !!

    Yes we can help but you have to help us help you. You changed your ISNULL to COALLESCE but is seems that you still don't understand how it works.

    case when...

  • RE: require help with CASE query !!

    swenri (11/28/2012)


    I need help with the CASE query please.

    My output can not have a null or blank value. It has to have a value like ‘NVD’ or ‘N/A’ anything...

  • RE: LUN

    weberharter (11/28/2012)


    hmmmmm...... what is LUN? what is SAN? And no, I HAVE NOT GOOGLED yet. I know I should have to, but if the terms are used here, why not...

  • RE: Iterating thru a Tables columns

    richard.noordam (11/28/2012)


    i do have to say, you should give yourself a bit more credit, as our private message indicated you did understand my problem, and did suggest a potential solution,...

  • RE: select top 1 row for each customer

    I decided that just for fun I would put together a few different ways of the same query.

    The first two do not use a cte or ranking function. I would...

  • RE: select top 1 row for each customer

    monilps (11/28/2012)


    Hey,

    While working with Ranking Function it occurred me that how can I re-write this query without using Ranking function. I am not able to come up with any logic...

  • RE: select top 1 row for each customer

    NOTE: I need this T-SQL query without using CTE or Ranking Function like RANK(), ROW_NUMBER(),etc...

    This sound like homework with this caveat. This can be done with them. We used to...

  • RE: Looking for good 3rd party tool

    Optimizing queries is more of an art form than a science. There are just way too many factors for any kind of automation to be able to optimize queries. The...

  • RE: Generated Sequences with SQL Server

    sasansamani (11/28/2012)


    Sean Lange (11/28/2012)


    sasansamani (11/28/2012)


    Our department wants to automatically generate permit numbers for our customers when they apply for a license.They want something similar to a key generator. Yes SQL...

  • RE: Generated Sequences with SQL Server

    sasansamani (11/28/2012)


    Sean Lange (11/28/2012)


    sasansamani (11/28/2012)


    Our department wants to automatically generate permit numbers for our customers when they apply for a license.They want something similar to a key generator. Yes SQL...

  • RE: convert data type

    Koen Verbeeck (11/28/2012)


    sqlfriends (11/28/2012)


    Koen Verbeeck (11/28/2012)


    ^ is the negation. So %[^0-9.-]% means "every character that is not 0 through 9, a dot or the minus symbol".

    LIKE (Transact-SQL)

    Thanks, and thanks for...

  • RE: convert data type

    sqlfriends (11/28/2012)


    Thanks,

    how about the difference

    between

    like '%[0-9]%'

    and like '[0-9]%'.

    Are you familiar with with using wildcard searches? The first one will find any row that contains a...

Viewing 15 posts - 9,931 through 9,945 (of 15,381 total)