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

Read the rest of this entry

I have some databases that use stored procedures for various functions, they return sets of data and I needed to query this resulting data. Found this good site on how to do it.

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

Sometimes you just have to go ahead and do it the hard way.

The last three days was that time for me. I had to write an application that interfaced with an existing MS SQLServer system, and I couldn’t change the schema of any existing table… what to do? Well… I can tell you it was a lesson in the difference between being opinionated software and bigoted software…

Read the rest of this entry

OK, ok, OOOOKAY ALREADY!

I’ll say it…..

My name is Mikel, and I’m using Microsoft SQL Server with Rails…

Read the rest of this entry