Forum Replies Created

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

  • RE: My report doesn't show data!

    It sounds like either a network issue or a permissions issue. If you're not willing to look at Craig's questions and test them out for yourself to verify none of...

  • RE: Today's Random Word!

    Tea

  • RE: Today's Random Word!

    Certifiable.

    Yeah. Couldn't resist that one. @=)

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    JRUDE (12/1/2010)


    My apologies. I had not read through all of the responses prior to posting my reply. Your explanation was very clear. Thank you for being kind.

    No...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    Stefan Krzywicki (12/1/2010)


    The LIKE '%[0-9]%' will return any string that has any number in it anywhere.

    The NOT LIKE '%[^0-9]%' will return any string that has only numbers in it.

    This is...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    JRUDE (12/1/2010)


    Perhaps I'm missing something, but doesn't the following do the same thing in a more straightforward way (without the double negatives)?

    somecolumn like '%[0-9]%'

    Go back and re-read the last two...

  • RE: Today's Random Word!

    We are feasting today upon Lemon Sponge Cake with Lemon frosting (as in lemon flavored frosting).

    Scrumptious.

  • RE: Weird query plan

    Maybe I'm off base here, but could the scan be caused by SQL Server pulling the data and then checking the permissions for each record to see if the user...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    James Stephens (12/1/2010)


    My original beef with isNumeric() was the single characters that returned 1. For example, a dot is not a number. Period. It's not "numeric". ...

  • RE: Weird query plan

    Maybe you have the plans misnamed, but "Without_repl_predicates" shows an Index scan (IndexScan Ordered="true") and the other plan shows the opposite??

    Anyway, while I'm playing with this, try doing the first...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (12/1/2010)


    Brandie Tarvin (12/1/2010)


    Greg Edwards-268690 (12/1/2010)


    For the data warehouse - are you implying slowly changing dimensions?

    Although the 3 tables wouldn't seem necessary.

    There are no really good standards for a...

  • RE: Weird query plan

    Gianluca Sartori (12/1/2010)


    None of these predicates need to access the tables, so why a scan?

    Because you've got them all lumped together??? To my eyes, the code should say:

    ...

  • RE: Weird query plan

    Gianluca Sartori (12/1/2010)


    How can

    AND ({fn ISPALUSER('23320088-BB3F-46AC-905D-0F2A95181934')} = 1

    ...

  • RE: Weird query plan

    I don't see ISPALUSER in BOL. Can you script that function out for me?

  • RE: Are the posted questions getting worse?

    GSquared (12/1/2010)


    Which reminds me. Jack, I work in Orlando now. Let me know if you want me to present anything to your group again this winter. Was...

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