Mar 03
Rails - dump database structure for SQL Server
Dumping structure with _rake db:structure:dump_ task when connecting to SQL Server will fail with _scptxfr_ not found error.
command not found: scptxfr /s /d /I /F db /q /A /rThats documented in "#3298":http://dev.rubyonrails.org/ticket/3298. However dump of database structure can be easily achived from ActiveRecord:
script/console
>> ActiveRecord::SchemaDumper.dump
I am Bojan Mihelac and this blog is dedicated to share code, thoughts, tools and advices I came up with while working at 
blog comments powered by Disqus