I have an SQLServer that has dates before 1970. If you have this, then you will get crashes with the latest SQL Server Adapter. This shows you how to get around it while we get it fixed in the adapter.

Read the rest of this entry

With version 2.0 of Rails, getting it talking to SQLServer has become a whole lot easier.

Read the rest of this entry

Copying an SQLServer Database

December 1st, 2007

When you are testing and developing code, you don’t want to be playing with a live database at all, this is how you copy it to your local system.

Read the rest of this entry