Source code control - SQL Server and Oracle
One of the things that I find very poorly done in most SQL Server sites that I visit is source code control for database objects.
You can connect SQL Server Management Studio with source code control systems, to make it easier to manage scripts, etc. One way of doing this is to configure an SCCI (source code control interface) provider. You can get the one that works with SSMS.
Once you’ve installed that, you’ll find an “Add to source control” option appearing when you create new script projects. If it doesn’t seem to be enabled, see this article:
2013-09-12