tarantino

Any SQL Server 2008 Database Change Management (MIgrations) Tools Available?

We were running Tarantino (http://code.google.com/p/tarantino/wiki/DatabaseChangeManagement) 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? ...

How to take a backup of the database using Tarantino before recreating it

The Title pretty much sums it up. I am trying to take a backup of the existing database before recreating it. I use Tarantino for Integration testing. But, I always have to take a backup of the existing database. I know this is not necessary but I am a bit paranoid about losing my schema. Any help would be greatly appreciated. ...

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 of the rebuild action, any scripts in the update directory. I've found that scripts in...

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 aspnet_regsql.exe and then scripted them as CREATE TO scripts, then combined them into my single Ta...