Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 8,416 total)

  • RE: Potential Foreign Key Bug

    Brandie Tarvin (8/26/2011)


    Paul, I admit I don't quite understand your code. The Plan Cache bit, for instance. What's the purpose of doing that?

    And are you saying that using the...

  • RE: Inserted Identity

    A good question, though the example was more complex than it needed to be.

  • RE: Are the posted questions getting worse?

    Jack Corbett (8/25/2011)


    Okay, I think I may have found an issue with FK enforcement. I posted it on the SQL Server 2008 forums, here. I'd appreciate all you...

  • RE: Potential Foreign Key Bug

    Hi Jack,

    This is a horrible ROLLBACK bug, a bit like the one Remi found a week or so ago. Well ok so it's more of a plan caching bug...

  • RE: The OVER Clause enhancements in SQL Server code named “Denali”, CTP3

    madonl (8/24/2011)


    I should have googled before posting my question, the answer is already out there. Denali doesn't support UDAs with the Over clause. Oh well.

    You can vote for Bob's connect...

  • RE: The Right Kind Of Join

    Andrew Watson-478275 (8/24/2011)


    Paul - that's exactly what I did when BOL didn't quite give enough information to answer. I agree with your view on the 2 point question...

    No worries...

  • RE: The Right Kind Of Join

    Tom.Thomson (8/24/2011)


    Isn't the inability to apply the loop hint to a right join a bit bizarre though?

    I would normally answer this, but today's question is one of three... 😉

    Question 2...

  • RE: The Right Kind Of Join

    Andrew Watson-478275 (8/24/2011)


    There would have been less guesswork involved if the full error message had been given instead of just an extract

    You can get the full error text without running...

  • RE: system stored procecures

    David Burrows (8/23/2011)


    I found this interesting

    drop procedure sp_one

    go

    drop procedure sp_one

    go

    will drop the procedure in test2 and master

    You're right, that is interesting. It makes sense, but I had never tried...

  • RE: Are the posted questions getting worse?

    Jeff Moden (8/21/2011)


    Understood but does that actually reduce the round trips to the server?

    I suppose it might, since the request is likely to fit into fewer packets.

  • RE: Are the posted questions getting worse?

    Jeff Moden (8/20/2011)


    Hmmm... like any table, I thought that all of the rows of a TVP had to have the same number and type of columns in the same order....

  • RE: Yeah! my first real corrupt DB

    Remi,

    You had convinced me that I was demonstrating a related problem, and not the exact one you are seeing in your database, so I created a Connect item of my...

  • RE: Yeah! my first real corrupt DB

    Ninja's_RGR'us (8/18/2011)


    Only 1 problem @SqlWiki, [DateHistorique_fin] is not the leading column, it's the 2nd of 3 columns being changed from NOT NULL to NULLable.

    Well there you go, I thought I...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (8/18/2011)


    Please post your results with the version(s) you tested on.

    Added my contribution.

  • RE: Yeah! my first real corrupt DB

    When snapshot isolation is on, SQL Server makes a mess of the logging when changing the NULLability of the leading key column of a compound clustered index, causing error 3316...

Viewing 15 posts - 1,741 through 1,755 (of 8,416 total)