Comments
Sort by recent activity
Mike,
I don't have a version control system in place for the application I develop at present, but another team that also uses our SQL Server platform, does use TFS with Git and SQL Source Control for their database objects.
The difference between our requirements is that I build SSIS/SSRS packages within the BIDS environment in addition to using SSMS for the database objects, and my current needs are to put in place a version control system that will use TFS/Git and BIDS for now (and then SSDT when we upgrade our version of SQL Server).
It does look as if I will be forced to use SSDT when we upgrade, in order to work on the SSIS/SSRS packages and that means Visual Studio 2015 - I am not convinced by the model-based 'offline' database approach that SSDT introduces, as we already have a Dev database environment for developing and an extra layer here will mean another deployment(offline->Dev->Live), and so I wanted to see if it was possible for me to use SQL Source Control.
What are my options (if any) for working with SSIS/SSRS in SSDT and also using SQL Source Control?
Thanks in advance for your help,
Josh. / comments
Mike,
I don't have a version control system in place for the application I develop at present, but another team that also uses our SQL Server platform, does use TFS with Git and SQL Source Control ...