Activity overview
Latest activity by AdamRink
View not refreshed after table change
Is there a way to refresh views after altering table schema?
We have a table change that adds columns to the table. Then later in the deployment script a new proc is added that reads the view of t...
SQL CI TFS2013 build issue
The "SQLCIBuild" task could not be loaded from the assembly C:\Program Files (x86)\Red Gate\SQL Automation Pack 1\sqlCI\sqlCI.exe. Could not load file or assembly 'file:///C:\Program Files (x86)\Re...
Kind of, I'm just thinking if can I get my developers to pull it off a nuget feed and update their environments. I would assume they would need SQL Compare at that point. / comments
Kind of, I'm just thinking if can I get my developers to pull it off a nuget feed and update their environments. I would assume they would need SQL Compare at that point.
SQL Compare Sync without deleting Objects
Is there a way to have SLQ Compare Sync databases without deleting objects from the command line. Mainly the the tables, views and procs. I would still like to alter it if there.
SQL CI and NuGet
Not sure which forum to post SQL CI in:
So with SQL CI I can build a NuGet package that can be used by the deployment manager or by SQL CI. Is there a way to use this NuGet package without SQL CI ...
SQL CI and not deploying SQL Test
Is there a way not to deploy the Unit tests as part of SQLCI? I want to run the unit tests but when I do a sync I don't want to copy them to the environment.