SQL Server and Source Safe (newbie)

  • What is the best way to handle source control for my SQL Server project? - e.g. - which files do I check in to source safe? I want to keep track of change I make to the tables, columns, etc.

  • Hi Michelle,

    I think that all of your DDL files should probably be under source control. Creation scripts for tables / indexes / views / stored procedures, etc. This way you can build the entire thing from scratch at any time to any previous state.

    When I complete a new database feature, I label the code in source control so I have a decent set of rollback points.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply