1
vote
How do I version my MS SQL database in SVN?
The typical solution is to dump the database as necessary and backup those files.
Depending on your development platform, there may be opensource plugins available. Rolling your own code …
