Vault and SQL Server Integration

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

Moderator: SourceGear

Post Reply
dm4714
Posts: 4
Joined: Fri Mar 18, 2005 2:20 pm

Vault and SQL Server Integration

Post by dm4714 » Fri Mar 18, 2005 2:44 pm

Are there any plans to integrate SQL Server version control within Vault?

For example, perhaps I want to source control my tables, views, stored procedures, triggers, etc.

It wouldbe nice if I could easily open/edit database objects right from within client and make modifications and have it written back out.

Also, if Vault supported code templates for keywords, etc., that can easily be inserted into new projects/files, that would be cool... as different programs... perl, vbscript, bat files, HTML files, etc., have different formats.

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

Re: Vault and SQL Server Integration

Post by jclausius » Fri Mar 18, 2005 3:41 pm

dm4714 wrote:Are there any plans to integrate SQL Server version control within Vault?

For example, perhaps I want to source control my tables, views, stored procedures, triggers, etc.

It wouldbe nice if I could easily open/edit database objects right from within client and make modifications and have it written back out.
Actually, it would be better if this was done in a tool that can interact with a database to check syntax, run queries, return results, query plans, etc. The Database designer within VS.Net already handles this. I believe SQL Server 2005 will also provide this integration with their SQL Server 2005 workbench.

At one point, there was some talk from ApexSQL regarding Vault support, but I don't know if they finished this integration.
dm4714 wrote:Also, if Vault supported code templates for keywords, etc., that can easily be inserted into new projects/files, that would be cool... as different programs... perl, vbscript, bat files, HTML files, etc., have different formats.
Another enhancement request (RFE). :D
Jeff Clausius
SourceGear

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

Re: Vault and SQL Server Integration

Post by jclausius » Fri Mar 18, 2005 3:51 pm

dm4714 wrote:Also, if Vault supported code templates for keywords, etc., that can easily be inserted into new projects/files, that would be cool... as different programs... perl, vbscript, bat files, HTML files, etc., have different formats.
For the purpose of writing this up, can you elaborate more on how you see this working?

Things like: How would templates be managed? What would you place in the of the template? How are they inserted into a new project? etc.
Jeff Clausius
SourceGear

Post Reply