Click here to Skip to main content
15,913,685 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to add database to svn repository
Posted

1 solution

Generate full SQL script for your database and you can use that file to check in to SVN.
when you need to change the database, do it using sql script and finally update the original script in SVN with proper comments.
 
Share this answer
 
v2
Comments
safihur Rahuman 8-May-14 7:01am    
Dear Boss how to generate sqlScript
safihur Rahuman 8-May-14 7:11am    
now i generate SQLscript but checkin option is not come...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900