Options

How used the Dedicated database development mode local

dolivadoliva Posts: 6
Hi Team,

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

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    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.
Sign In or Register to comment.