Monday, 16 April 2018

GIT Repository update via Visual Studio 2015

Using the Visual Studio Enterprise 2015 for repository update regarding database projects, usually need to compare the database schema and then commit the changes to remote.

The steps are

1. Connect the project from Team Explorer
2. Git Flow >> Create Feature and give the feature a name / tag.
3. Solution Explorer >> right click the solution and select Schema Compare
in Schema Compare screen [Compare] we have Source and Targets Schema. select the objects and click [Update].
4. in Team Explorer GitFlow select Finish Feature.

No comments:

Post a Comment

How to unlock a locked account in sql server?

You tried to login a user and have this message / error: The account is currently locked out.  Solution: Step 1: Login to sql ser...

Popular