By David on
Thursday, April 26, 2012
It’s pretty obvious in hindsight, but you can reverse an enum requested within a function using...
|
By David on
Tuesday, November 22, 2011
I often have requirements where NULL values need to be saved to the database if the data legitimately...
|
By David on
Tuesday, November 01, 2011
Sometimes, you need to delete/drop a number of tables and stored procedures in a database. This is mostly...
|
By David on
Monday, July 04, 2011
SQL Express is a fantastic database server. And cheap! It’s so good, it now makes it’s way into many...
|
By David on
Monday, June 13, 2011
 ...
|
By David on
Monday, June 13, 2011
EntitySpaces generates a number of .NET classes that are used to interact with your database. ...
|
By David on
Monday, June 13, 2011
Another boon for scripted programming in managed code is the little used (well, by me anyway)...
|