Activity overview
Latest activity by alanna
Auto Build/Deploy fails: SchemasAndStaticDataAreNotIdentical
I have configured an automatic build/deployment in Team City using SQL CI and Octopus Deploy. It is set up to build the database from source control and deploy to database Test_B. There is an err...
Just in case anyone else has the same issue in the future, the issue was that the git config file requires that the path to git.exe is contained within the Windows path variable. It wasn't for me, so I had to create a custom git.xml config file and specifying the full path to git.exe for each of the command lines.
I knew I was missing something simple [image] / comments
Just in case anyone else has the same issue in the future, the issue was that the git config file requires that the path to git.exe is contained within the Windows path variable. It wasn't for me,...
Error linking database to Git
I'm in the process of evaluating a bunch of the Red Gate tools - SQL Source Control being one of them. Currently, none of our databases are in source control and this getting to be a big issue for...