SQL Server Isolation Levels

SQL Server Isolation Levels Notes (PASS 2013) Atomicity - Everything succeeds or nothing succeeds.  This is the idea with transactions. Consitency - Data cannot be left in an inconsistent state. Isolation - No transaction can interfere with any other transactions. Locking - Pessimistic Versioning[....]

Read More

The Support Run-around

As a developer of over a decade, there is nothing more frustrating to me than having to provide a project sample to a third party vendor's support team in order to get an answer to what seems like an obvious question about coding with their product.  I am quite confident that this is a common[....]

Read More

Process, Process, Process

I heard an interesting topic this morning on the .Net Rocks! podcast in regard to process management and how  one company deals with the issues.  So I thought I would just product a simple post of generally what has worked for me over the years. First, let me say I have worked as a[....]

Read More
Page 1 of 11