Forum Replies Created

Viewing 15 posts - 6,916 through 6,930 (of 9,707 total)

  • RE: A schema for every user.

    During the upgrade process, SQL Server 2k5 automatically creates a schema for every user. It's a "feature" that Microsoft put in for who knows what reason. Schemas are new to...

  • RE: Are the posted questions getting worse?

    Henrico Bekker (12/3/2010)


    Hi guys, could we get some comments on the today's QOTD please?

    Need some more senior input.

    Yeah, but honestly, Microsoft could be more clear in their KB article too.

  • RE: SSMS & Database snapshot

    T-SQL is required to create the snapshot, but how many people create snapshots using jobs or SSIS packages? Most people open up SSMS to do it, ergo, the common perception...

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

    Craig Farrell (12/2/2010)


    How often do you re-write old code, except for a few specific core procs on any system?

    Often enough that I save all my procs so I can re-use...

  • RE: Today's Random Word!

    CirquedeSQLeil (12/1/2010)


    Brandie Tarvin (12/1/2010)


    Certifiable.

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

    Yes I am - woohoo :hehe::satisfied::alien:

    The proper response is "I know you are, but what am I?" :w00t:

  • RE: My report doesn't show data!

    artan_p (12/2/2010)


    Hi!

    In my project I have used Qureis, maybe I must use procedures

    Could it be my problem!?

    We're not going to even try to answer that question until you tell us...

  • RE: Are the posted questions getting worse?

    Can anyone point me to a good example of an abstract that was submitted for PASS? A weblink or something?

    I want to apply as a speaker for SQL Rally and...

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

Viewing 15 posts - 6,916 through 6,930 (of 9,707 total)