Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)

  • RE: Temporary Tables Causing Stored Procedure Recompiles

    Thanks Grant, I will have to do some additional experiments as I am curious how this internal renaming/truncating of the #table works when you have concurrent executions using the #table....

  • RE: Temporary Tables Causing Stored Procedure Recompiles

    Thanks for the information/assistance everyone. I like Eddie's rules too.

    I found the following blog post from Paul White, which has helped clarify the situation and provide some context for...

  • RE: Extent Scan Fragmentation

    Thanks for the replies, I appreciate it!

    The heaps in question don't have a unique identifier. It seems best to me to put a clustered index on a...

  • RE: SQLServerCentral apologizes and you can win a book

    It's a shame this guy's work was plagiarized.

    I have been enjoying the window functions!

    ;WITH

    cteT1 AS

    (

    SELECT 1 i UNION ALL SELECT 1 UNION ALL SELECT 1 UNION...

  • RE: wildcards

    Disappointing to get the answer "wrong" when I answered correctly. Were we supposed to assume bugs were fixed, and give our answer based on the correct varchar precision?

  • RE: Behavior of trigger

    Jeff.MSSqlSage (9/10/2013)


    You guys certainly have an interesting definition of what defines "basics".

    I don't think an undocumented feature of the ALTER TRIGGER functionality qualifies as "basics".

    +1

    Good question though, as this is...

  • RE: SSIS 2012 Log Provider for SQL Server displays progress error when logging messages using shared project OLE DB connection

    This may be due to the log initializing before the reference to the project connection manager. I am not sure why else the project connection wouldn't work. It's...

  • RE: ACID Properties Question

    Hany Helmy (9/3/2013)


    I have to disagree with this answer as per MSDN:

    "After the database engine acknowledges that a transaction has been committed, its changes are persistent in the database";

    Also...

  • RE: Normal Forms and Data Integrity

    Good question, thanks Tom.

  • RE: CONCAT 1

    L' Eomot Inversé (8/22/2013)


    Nick Doyle (8/22/2013)


    I don't agree that it encourages sloppy coding. You need to know how a language works and be a decent coder to not be...

  • RE: CONCAT 1

    I don't agree that it encourages sloppy coding. You need to know how a language works and be a decent coder to not be sloppy. I don't see...

  • RE: TSQL - Identity_Insert

    Good question for this early in morning. Thanks

  • RE: Issues with partitioning...

    This depends on the query and your data. Can you provide more details?

  • RE: Return

    M07 (8/19/2013)


    I am not getting why the answer is zero rows

    The select from the table variable is at the end of the procedure, but the procedure is exited at the...

  • RE: Return

    Thanks, easy question 🙂

Viewing 15 posts - 1 through 15 (of 27 total)