Monthly Archives: July 2011

The Principles of Good Programming

These are excellent. The Principles of Good Programming

Posted in Computers and Internet | Leave a comment

SQL Server Express is not file based

I’ve been trying, for a long time, to test writing a simple Visual Studio 2010 app, to run against a SQL Server 2008 R2 Express database.  Just read through some data and throw it out to the console (very simple … Continue reading

Posted in Computers and Internet | Leave a comment

CodeSnippets: SQL UPDATE FROM example [sql]

Useful SQL script to remember, when you need to modify some row values in a column in a table, based upon some criteria between that table and another table. CodeSnippets: SQL UPDATE FROM example [sql]

Posted in Computers and Internet | Leave a comment