Database Source Control - version control

Who is online?  0 guests and 0 members
Home  »  Forums   »  microsoft business intelligence   »  sql server   » Database Source Control - version control

Database Source Control - version control

Topic RSS Feed

Posts under the topic: Database Source Control - version control

Posted: 12/17/2009

Padawan 278  points  Padawan
  • Joined on: 12/1/2009
  • Posts: 17

I am curious about what people out there are using for managing database code, database data, and version control of databases.

For example, we have an application that is installed and a number of clients and each client potentially has a different version of the codebase.

We do a decent job of managing this, but it does feel painful at times.

 


Please post responses if you are using tools and/or comments that work well!


Posted: 12/17/2009

Padawan 638  points  Padawan
  • Joined on: 12/1/2009
  • Posts: 25

Generate Script using Scriptio (Free Codeplex Utility)

Check into SVN using Tortoise Client from Explorer each time we make a change.

 

For Checking SQL differences between Test and Prod enc, I use DbDiff(another Free codeplex utility)


Posted: 12/22/2009

Padawan 199  points  Padawan
  • Joined on: 12/22/2009
  • Posts: 12

I prefer Serena Verson Control as it is nicely linked with other applications like Issue tracking, work progress tracking etc.


Posted: 1/8/2010

Padawan 128  points  Padawan
  • Joined on: 12/2/2009
  • Posts: 3

My previous organisation was using SVN to store different versions of code.


Posted: 1/13/2010

Padawan 315  points  Padawan
  • Joined on: 12/11/2009
  • Posts: 62

We're working with Visual Studio Team System for Database Professionals. We have an MSDN subscription and now that DBPro is included with a Developer Edition, it seemed like a better choice.  Besides, this way we can branch the DB along with the code.  Still trying to figure out how best to handle the small data updates/inserts that are supposed to go with each version. That part is always tricky.


Posted: 1/18/2010

Padawan 392  points  Padawan
  • Joined on: 11/13/2009
  • Posts: 3

We are starting to explore using more of MS's Team Foundation Server to help us.  Right now, were are managing the change log/version control ourselves.

 

 

 


Posted: 1/19/2010

Padawan 638  points  Padawan
  • Joined on: 12/1/2009
  • Posts: 25

You might want to try this as well

http://www.red-gate.com/products/solutions_for_sql/database_version_control.htm


tags redgate

Posted: 3/5/2010

Jedi Youngling 74  points  Jedi Youngling
  • Joined on: 2/23/2010
  • Posts: 2

nitya said:

Check into SVN using Tortoise Client from Explorer each time we make a change.

My IT team uses SVN as well.  I only wish it could work with VS2005 like Source Safe.

 

Tonja B


Posted: 3/24/2010

Jedi Youngling 85  points  Jedi Youngling
  • Joined on: 11/28/2009
  • Posts: 10

TFS here...


Posted: 7/7/2010

Padawan 1194  points  Padawan
  • Joined on: 12/10/2009
  • Posts: 32

I've used TFS before, but encountered some issues using it's source control with the way we'd divided our warehouse up (by schema)

 

 


Page 1 of 1 (10 items)