Forum Replies Created

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

  • Reply To: Error: Cannot insert duplicate key row in... a non-unique index?!

    Thanks for this thread - we were having the exact same problem and this has really helped us get to the bottom of this issue

    • SQL 2016 SP3
    • intermittent "Cannot...
  • RE: Positive or Negative

    I understood that the question was about philosophy of using positive or negative for the attribute names

    This naming convention if should it be X, IsX, DoILikeX or X_Flag or whatever...

  • RE: Positive or Negative

    There is some study that I read once that indicated that as English speaking humans, we think more in the positive sense, So I always try to use Positive terms...

  • RE: The Right and Wrong of T-SQL DML TRIGGERs (SQL Spackle)

    Good article however this point appears to not be true

    • Normally if you execute a standalone (“atomic”) INSERT, UPDATE, DELETE or MERGE statement you don’t really need to put it...

  • RE: Limitations of MongoDb

    Take a look at Azure DocumentDb, it has transactions, indexes, SP's/UDF's, SQL interface and isolation level control for transactions

    No FKs and ultimately I think this is deliberate. Once you have...

  • RE: Recovering from Bad Deployments

    I like a simple and robust process for live deploys of:

    -> lockdown interfaces (architecture may allow queuing/broker to reduce impact here)

    -> backup (full/transaction/diff depending on how complex you want your...

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