-
When looking to the Stored Proscedures debate, there is always those three factors you should measure by. Productivity - Span code base over multiple staging environments is a pain and harder to maintain. - Versioning sp code is way harder than versioning application code. - Minor change to the design...
-
Database versioning is always hard and here i will demonstrate an idea to make versioning of database automated and in only few minuets Setup the Environment: First head fast to SubSonic at CodePlex and download the bits Generating Database Scheme fire standard command line tool and run the following...
-
I just read Dennis post about his adventures in isolation level land . He says he does not know a good reason to read uncommitted data because of dirty reads. Well he should refrase this like: Using the isolation level read uncommitted data could result in a dirty read. Reading uncommitted data can be...