Forum Replies Created

Viewing 15 posts - 181 through 195 (of 248 total)

  • RE: ‘Twas the night before the upgrade…

    Fun little story, reminds me of The Grinch Who Stole Christmas, for some reason.

    Thanks for sharing.

    Be still, and know that I am God - Psalm 46:10

  • RE: Execution Plan reuse

    Dropping any index on the table, whether it is used by the query plan or not

    This should probably say "Dropping an index on the table that is not used by...

    Be still, and know that I am God - Psalm 46:10

  • RE: I have no id

    So as it is currently written, is the query actually doing this?:

    SELECT s.*

    FROM dbo.Stocks s

    WHERE s.id IN ( SELECT s.id

    ...

    Be still, and know that I am God - Psalm 46:10

  • RE: A Spectacular Case of 100% CPU Caused by Online Reindexing

    Thanks for sharing! I think this article does a good job of showing how similar DBAs and detectives are. It takes a lot of investigation, critical thinking, and...

    Be still, and know that I am God - Psalm 46:10

  • RE: Fun with XOR #1

    Wow, I've never had to do bitwise operations. I totally interpreted that as a math problem (one to the one hundredth power).

    Thanks for the question!

    Be still, and know that I am God - Psalm 46:10

  • RE: Index Behaviour

    I also thought select #1 would use a clustered index scan. Interesting that it doesn't. I have tested this out on a DBA table that captures CPU utilization...

    Be still, and know that I am God - Psalm 46:10

  • RE: Fun with RAND()

    Fun questions, thank you.

    Be still, and know that I am God - Psalm 46:10

  • RE: Trace Flag

    Good question, learned something new.

    Thank you

    Be still, and know that I am God - Psalm 46:10

  • RE: Have You Been Hacked?

    I heard through the grapevine that for some of those big retailers that got hacked, it was actually third party vendors that created the security loophole. Either way as...

    Be still, and know that I am God - Psalm 46:10

  • RE: Is SQL Server Mature?

    Markus (9/26/2014)


    Pricing... yea... Microsoft is starting to think they are Oracle.... soon they will be pricing themselves out of the small applications space. There are starting to be a...

    Be still, and know that I am God - Psalm 46:10

  • RE: No Compelling Reason

    Primarily it's a cost factor for us. 2008 R2 fills all our needs, so we'd see very little ROI with an upgrade to a newer version.

    Be still, and know that I am God - Psalm 46:10

  • RE: Functions as predicates and SARGable queries

    Nice question, I learned something. I assumed the ISNULL function would make it non-Sargable.

    Be still, and know that I am God - Psalm 46:10

  • RE: Phantoms and isolation

    1% have gotten it correct? Clearly too complex for QotD. It would have been helpful know the number of correct answers to choose.

    Be still, and know that I am God - Psalm 46:10

  • RE: Using Views

    Gary Varga (8/1/2014)


    This editorial highlights a key reason why I believe in using stored procedures. All I want from a stored procedure is to answer some question (no, not query)...

    Be still, and know that I am God - Psalm 46:10

  • RE: Spackle: Making sure you can connect to the DAC

    Would there be any security concerns with allowing remote admin connections? Seems like it would be ok as long as you have your sysadmin logins controlled appropriately.

    Be still, and know that I am God - Psalm 46:10

Viewing 15 posts - 181 through 195 (of 248 total)