Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does anyone have a nice approach of MS SQL database versioning using SVN?

0
Posted

Does anyone have a nice approach of MS SQL database versioning using SVN?

0

The only help on this subject I can give is to possibly setup a job in your SQL database where you regularly script out into files all your db objects. tables, stored procs, etc. You’ll also want to make sure you script out these files as ASCII so that you can take advantage of the diff comparisons. Once you script out the objects to one big file or separate files, create a task that will check these files into SVN. If you are not wetted to SVN you can explore using project solutions in management studio and storing the solutions in VSS.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.