Dump an Existing Database Schema Into a Ruby On Rails Migration Ready Format

May 9th, 2008 2 Comments

I have been looking around for a plugin or bit of code that can dump the schema from an existing database into the Ruby on Rails database migration format. The solution is a ‘duh’ moment, and probably obvious to most Rails programmers. All you have to do is change your database.yml file so [...]

Tags:   · ·

SQL Server 2005 Express error: 40

June 18th, 2007 1 Comment

I ran into this error while trying to run some scripts on my SQL Server 2005 Express Database:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. [...]

Tags:   · ·