SQL 2000 SQL 2005 objects & Vault

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
SimonG159
Posts: 1
Joined: Thu Nov 29, 2007 4:12 am

SQL 2000 SQL 2005 objects & Vault

Post by SimonG159 » Thu Nov 29, 2007 4:16 am

Anyone have any guidelines or experience in using SourceGear Vault with SQL server objects? I can't see that Query Analyser works with source control but are there similar third party tools?

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Nov 29, 2007 9:02 am

Check out Red-Gate software and Apex. I haven't checked out their latest offereings, but I believe their tools still interop with Vault.
Jeff Clausius
SourceGear

Andras Belokosztolszki
Posts: 1
Joined: Fri Nov 30, 2007 5:19 am
Location: Cambridge, UK
Contact:

Re: SQL 2000 SQL 2005 objects & Vault

Post by Andras Belokosztolszki » Fri Nov 30, 2007 5:31 am

SimonG159 wrote:Anyone have any guidelines or experience in using SourceGear Vault with SQL server objects? I can't see that Query Analyser works with source control but are there similar third party tools?
Hi,
Red Gate's SQL Compare 6.2 Professional and later supports adding source control support to your SQL Server databases, and it does work with SourceGear Vault :).

In more detail: SQL Compare can script the database schema, compare these scripts with the database directly, and synchronize the differences both from and to the creation scripts. These creation scripts are the bridge between your database and source control :)
As mentioned, it does work with SourceGear Vault, but working with Vault is not supported officially. SQL Compare communicates with SourceGear Vault via a common interface SCCI. This allows it to work with a large number of source control providers. The interface is not perfect, and SourceGear could probably help you to find out whether there are any issues in their support for this interface.

There are two main scenarios when SQL Compare communicates with Vault: First, when synchronizing towards scripts, SQL Compare can automatically check out the relevant files from Vault. Second, before comparisons, SQL Compare can retrieve the latest SQL Scripts from SourceGear Vault, and compare the retrieved latest scripts with a live database or another set of creation scripts.

Regards,
Andras
Andras Belokosztolszki, PhD
Red Gate Software Ltd

Post Reply