Comments
1 comment
-
SQL Source Control will interface a live database with a source control system so that changes made to the live database will be scripted as text files and submitted to the source control system. The database can be hosted in SQL Express if you wish, provided you can abide by the 2GB limit on the size of the database.
SQL Source Control itself does not use another SQL Server for storage or caching, if that is your concern.
Add comment
Please sign in to leave a comment.
I am new using this tool. So I would like to have some guidance using the SQL Source Control. I want to use the dedicated database development mode in the my local workstation. So every developer will have a copy of that db on his/her pc. DO I need to install SQL Express to do that(SQL Express has space limit).
I was watching the webinar videos and the show how do that in the same server.
Thanks