Forum Replies Created

Viewing 15 posts - 61 through 75 (of 205 total)

  • RE: CONCAT 1

    I've been building databases since I started working with PFS File in the 1980's. :w00t:

    It seems like there is a literal meaning for NULL, which is "unknown", and a practical...

  • RE: User Defined Server Roles

    User defined server roles looks interesting. Thanks for the question Steve.

    A minor correction is needed on the reference. It points to fixed server-level roles not user defined and...

  • RE: SQL views

    Thanks for the question.

    Here's an interesting read on the use of VIEW DEFINITION permissions instead of encryption.

    Options For Hiding SQL Server Code[/url]

    Enjoy!

  • RE: DBCC CHECKDB

    Nice question Steve!

    So far, the most chosen wrong answer is: CHECKINTEGRITY. :hehe:

    Which, of course is not a valid DBCC check. :w00t:

  • RE: Do You Want a Meritocracy at Work?

    Would you like to work in a place where the more talented people rise faster than the average worker, regardless of seniority, friendliness with management, or any other non-skill...

  • RE: Search for relationship

    sdhamani1020 (6/13/2013)


    I tried this option. Apparently the table with CompanyID does not have any related table.

    However , the table with revenue id , does bring up lot of related...

  • RE: Search for relationship

    This will be pretty hard to answer definitively without having a lot more information about all the tables and fields in the database.

    Totally grasping at straws, I'm wondering if the...

  • RE: Finding queries to tune

    Sometimes extra characters are included when copying and pasting code from SSC. You can try pasting the code into something like Notepad first and then copying from Notepad to...

  • RE: SQLServerCentral Runs sp_Blitz - Query Plans

    I've been using sp_Blitz for a while and love it! It's an invaluable tool that no DBA should be without.

    A minor correction: The article mentions version 16 as...

  • RE: Assigning categories to values 2

    Nice follow up Hugo. I didn't over-think it today. 😉

    A minor typo in the explanation.

    "... As soon as one evaluates to True, the corresponding ELSE is returned. ..."

    ELSE...

  • RE: Assigning categories to values 1

    Thanks for the excellent question Hugo.

    At first I thought the trick was that we don't know if the ValueCol was an integer or varchar data type. I almost over-thought...

  • RE: Data Type

    Hugo Kornelis (5/10/2013)


    Try using c.max_length instead of t.max_length.

    The column t.max_length is the maximum for the type (varchar); c.max_length is the maximum for this specific column.

    Ah, that's more like it. ...

  • RE: Data Type

    Nice question! I had to guess the correct answer. According to the script below the correct answer may not be so simple.

    -- Code from the QotD

    select * into...

  • RE: T-SQL Help

    Thank you so much Lowell and Lynn. I'll give both of these a try and see if there is any difference in the query plan.

    Enjoy!

    Dave

  • RE: Productivity and Accountability

    marcia.j.wilson (3/12/2013)


    ... The other thing that I've run into is the expectation that I will be always available. I've had people call me late at night that wouldn't think...

Viewing 15 posts - 61 through 75 (of 205 total)