Comments
Sort by recent activity
How do I go about specify a new Shadow to reset the comparison? As far as I can tell, it is always getting created as <dbName>_<username>. What I really want to do is use the target database as my golden database to compare against source control and import from and update source control. This was the case when my database was on the other sql server. It just worked. Refresh would tell me what tables changed and I could import and generate a migration script. But now it is trying to do the reverse, update my target database to a very old version of the database. Something has gone very wrong. / comments
How do I go about specify a new Shadow to reset the comparison? As far as I can tell, it is always getting created as <dbName>_<username>. What I really want to do is use the target database as my...
With Readyroll, we could create a correct shadow db by delete and then build. It seems that now a delete of the shadow db and build creates an original shadow db, which is now not correct. I can not find a setting to instruct Sql Automation to create a correct shadow db. I can not think of a scenario that I would want a shadow database created as the original baseline. / comments
With Readyroll, we could create a correct shadow db by delete and then build. It seems that now a delete of the shadow db and build creates an original shadow db, which is now not correct. I can ...
Yes, it looks like the shadow database got created as the original version, not the current version / comments
Yes, it looks like the shadow database got created as the original version, not the current version