> -----Original Message-----
> From: Eben [mailto:eben_at_bakedbean.net]
> Sent: Friday, 28 March 2008 14:15
> To: Subversion Users
> Subject: versioning a database
>
> I am working with a SQLServer 2005 database, and it would be
> really nice to be able to version the table schemas, views
> and stored procedures in Subversion. Has anyone done any work
> with SQLServer and Subversion? Any ideas or advice are appreciated.
>
No experience with SQLServer, but a fair bit with Sybase (using
Subversion and ClearCase). I suspect Sybase and SQLServer have diverged
a fair bit over the years, but so long as you can run DDL scripts into
SQLServer there's no reason why you can't keep the DDL in Subversion.
From memory SQLServer provides a GUI for creating schemas and views -
are you able to extract the underlying DDL?
Cheers
John
> thanks,
> Eben
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-28 02:26:44 CET