The Tarantino project is a collection of libraries and tools to facilitate change management and development.
Questions tagged [tarantino]
5 questions
3
votes
5 answers
Any SQL Server 2008 Database Change Management (MIgrations) Tools Available?
We were running Tarantino in a Nant build script but we're getting some new hardware and using the opportunity to upgrade to SQL Server 2008. Unfortunately Tarantino won't work with SQL 2K8 so I'm looking for an alternative.
Any ideas?

Kyle West
- 8,934
- 13
- 65
- 97
3
votes
2 answers
SQLCompare generate only diff script
Is it possible to generate only diff script using SQLCompare from Red Gate SQl Compare?
In our database sync scenario we will use SQLCompare to generate diff script and will use Tarantino for applying scripts. I've played a little with sqlcompare…

isuruceanu
- 1,157
- 5
- 23
2
votes
1 answer
Creating ASP.NET Membership Tables Using Tarantino Database Management
I'm introducing Tarantino Database Management into a project, which has a brand new database schema. The only change (located in 0001_InitialSchema.sql) is the creation of the tables used in ASP.NET Membership. I generated the tables using…

Doctor Blue
- 3,769
- 6
- 40
- 63
1
vote
1 answer
MySql database version control system
I have PHP, MySQL, and Mono installed.
I've been searching for an equivalent of Tarantino's Database script executable for MySQL and have failed miserably in finding something that will work. I don't want to use Liquibase because I find the dealing…

James
- 680
- 2
- 8
- 22
1
vote
1 answer
What is the purpose of the Create directory used by Tarantino?
Tarantino requires that you point it to a scripts directory that contains two subdirectories, create and update. When Tarantino's create or rebuild action is executed I expected sql scripts in the create directory to be run, followed by, in the case…

Eric Bock
- 1,732
- 1
- 18
- 22