Has anyone used SQLSourceSafe?

From: Wade (wwegner23NOEMAILhotmail.com)
Date: 02/07/05


Date: Mon, 7 Feb 2005 11:56:17 -0700

I have recently come across the following tool:

http://www.sharewareconnection.com/sqlsourcesafe.htm

It's a Shareware SQL source safe application that allows version control for
many SQL objects (tables, stored procedures, user defined functions, views,
triggers, indexes/keys, and constraints).

Anyone used this? Does anyone have any feedback?

We're going to look into a number of tools to help with SQL version control,
and until recently I have never heard of this tool.

Thanks in advance!

Wade



Relevant Pages

  • Re: Simple Insert Into...
    ... it is in a control on the form; and is unbound (it's actually a combo ... box that is used as a dropdown list, values taken from a different table; SQL ... I need this value to assign a unique ID to the entire recordset being ... In your form's Sub, you'll wind up with something like the following: ...
    (microsoft.public.access.modulesdaovba)
  • Re: Simple Insert Into...
    ... The form is based on an SQL in the form's Record Source property, ... holds the current text in the control, ... Sometimes the unbound controls do have a value (such as when they are set ... I need this value to assign a unique ID to the entire recordset being ...
    (microsoft.public.access.modulesdaovba)
  • Re: SP Source Control Options
    ... > relies heavily on Stored Procedures on SQL 7. ... > What options are there to implementing Source Control on ... Script them out of SQL Server, ... control system. ...
    (microsoft.public.sqlserver.security)
  • Re: SP Source Control Options
    ... > relies heavily on Stored Procedures on SQL 7. ... > What options are there to implementing Source Control on ... Script them out of SQL Server, ... control system. ...
    (microsoft.public.sqlserver.security)
  • Re: Simple Insert Into...
    ... You can store unbound control data in a variable, ... in the sql. ... Dim strSQL As String ... In your form's Sub, you'll wind up with something like the following: ...
    (microsoft.public.access.modulesdaovba)