Scenario:
- Production servers are running SQL Server 2008 in the domain myDomain.com
- Dev/test/stage servers are running SQL Server 2008 in the domain dev-myDomain.com
- Actual dev work done on local running SQL Server 2008 source controlled using SourceSafe
First of all, does this setup/environment make sense? And, what are some good ways of deploying projects including SSAS, SSIS, SSRS from local to the dev servers and finally into live?
Is including the output (compiled) files in SourceSafe and deploying from there good practice? If it is any ideas?
Or, is going straight from Visual Studio without having the output in SoureSafe better?
Thanks.