Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
86 views

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 ...
3
votes
6answers
811 views

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 ...
1
vote
1answer
302 views

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 ...
0
votes
1answer
115 views

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 ...