Ben Forta

Tag: SQL

← All posts
July 31, 2008

MySQL Crash Course Now In Its Seventh Printing

It's been two and a half years since I published my MySQL Crash Course (a MySQL specific adaptation of my Sams Teach Yourself SQL in 10 Minutes ), and during this time the book has proven to be incredibly popular, especially with MySQL beginners. And today I was informed that MySQL Crash Course is...

February 24, 2008

Adobe Joins SQLite Consortium

SQLite is a vital core component of newly released AIR , providing a local SQL data store for your desktop AIR applications. Dave McAllister has announced that Adobe has joined the SQLite Consortium, supporting the continued growth and improvements in SQLite.

November 27, 2007

Microsoft To Start Selling My SQL Server Book

The Microsoft bookstore (on the Microsoft campus in Redmond, WA) has only sold Microsoft Press books to date. But, starting next week they will be selling select books published by other publishers. And apparently my Sams Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes is one that they have...

July 10, 2007

Check Out SQL Authority

Pinalkumar Dave is a DBA with extensive SQL Server (and ColdFusion) experience. I just stumbled upon his blog SQL Authority (via a link in a comment on my own blog) and am more than impressed by some of his SQL Server related posts. If you use SQL Server, then this is one blog you should add to...

July 8, 2007

SQL Server 2005 Book Ready To Ship

After lots of rather painful delays, my new book Sams Teach Yourself SQL Server T-SQL in 10 Minutes is ready to ship. This book (which is the SQL Server version of my MySQL Crash Course ) is based on my best-selling Sams Teach Yourself SQL in 10 Minutes and goes in to far more detail than the...

July 1, 2007

Derby Identity Weirdness

Like many DBMSs, Apache Derby (included with ColdFusion 8) supports identity fields - fields that auto-increment each time a row is add. These are commonly used for primary key values, as the DBMS itself ensures that these values are unique and never reused. One problem with identity fields is that...

Page 3 of 6 (58 posts)