Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Where Logic Lives

    Interesting points, however I would draw a distinction between data integrity, business rules, and UI elements (such as formatting). Experience tells me that whatever is physically allowed in the DB...

  • RE: The Pitfall of "Not Equal To" Operator in Queries!

    Subqueries are usually a bad idea as a first option- how about a left join, perhaps with a DISTINCT in the SELECT clause?

  • RE: Check Your SQL Server Identity

    I don't believe SCOPE_IDENTITY() solves the problem, as the initial insert and the audit trigger insert would both be within the context of the same connection.

    The only way that I've...

Viewing 3 posts - 1 through 3 (of 3 total)