A fast way to delete orphaned records
A fast way to delete orphaned records in MySQL Read more »
A fast way to delete orphaned records in MySQL Read more »
I just wrote a stored procedure for Microsoft SQL Server which creates a report for the previous month. However, for certain months MS SQL Server was assuming the date was formatted as yyyy-dd-mm instead of yyyy-mm-dd. In turns out that you can set the dateformat and avoid these issues by using SET DATEFORMAT Read more »
Using hibernate ORM's HQL with the Nested Set Model for storing hierarchical data. Read more »
Hibernate has it's only query language called HQL. I thought I'd put together some simple examples of how you can use it in your ColdFusion 9 applications. Read more »
Just a quick post about using queries in cfscript with named parameters. Read more »
Replicating MySQL's LIMIT clause in ColdFusion Read more »
Microsoft SQL Server Express is a free slimmed down version of Microsoft SQL Server. One of the features missing from the Express edition is the backup facility, however you can still use the SQL commands. Read more »
In case you don't know (or don't check everyday) you may not have spotted that today's $10 ebook from Apress is The Definitive Guide to MySQL 5, Third Edition Read more »
A little quick start guide I've put together for Transfer ORM Read more »
Installing SQL Server 2008 Express - you'd think it would be simple, but you'd be wrong! here are the steps you will need to go through (on Windows XP at least!) Read more »