Forum Replies Created

Viewing 15 posts - 661 through 675 (of 716 total)

  • RE: Index Structures

    Great questions thanks!

    I got it correct, but not for the right reason. 🙂

  • RE: What will this return?

    Wow, all that date math made me think... But the division part was easy.

    Thanks for the question!

  • RE: Simple LIKE with wildcard

    I almost picked "It Depends" because, but I thought no, it couldn't be possible with a standard VARCHAR. Learned another thing today, at the cost of a point. 🙂

  • RE: case statement puzzle

    Good question, thanks!

    I'm actually a little surprised that most people got it correct. 🙂

  • RE: DDL trigger

    Thanks, learned another thing today!

  • RE: SQL syntax

    I think I wouldn't hire anybody that wrote code like that. Using * at all is bad enough. 😉

  • RE: What identity comes next?

    Another great question, I had to think about this one, but it makes sense. Thanks!

  • RE: Clearing the Transaction Log

    Thanks for the great question! I am learning so much more from these questions and their explanations.

  • RE: set ansi_nulls

    Wow, I happened to be the first to answer it, and I got it right. 🙂

    Though not for the reason you stated, as it makes no difference if ANSI_NULLS is...

  • RE: Control chars in XML

    I got it wrong but I learned a little more about XML, so not entirely a bad thing...

  • RE: Insert with OUTPUT clause

    Good question, it made me think some. I did refer back to the previous similar question to see what was different, which helped.

  • RE: Help with Try/Catch block

    One of the advantages of using EXISTS over the LEFT JOIN/NULL check is that it can't introduce a cartesian, and I think as a result of that the query optimize...

  • RE: Statement Errors But Resturns Results Anyhow

    Since I was already logging the errors to a table I created a second SP that retrieves the last error for the user, and then modified the Access application to...

  • RE: Help with Try/Catch block

    gregory.anderson (5/18/2010)Should I do a Left Outer Join then on my destination table and then just check to make sure that the common field in both tables is blank (null)...

  • RE: Statement Errors But Resturns Results Anyhow

    elutin (5/15/2010)


    How you call your SP from Access?

    From SQL Server prospective, it is expected behaviour. The error is raised, query/sp execution stopped (conversion error will terminate your query or sp),...

Viewing 15 posts - 661 through 675 (of 716 total)