How can we help you today? How can we help you today?
ciaranarcher

Activity overview

Latest activity by ciaranarcher

Error migrating from SQL Source Control to SQL Server 2000
I created a migration, committed it and when trying to run it against a SQL Server 2000 database, I get the following error:The following error message was returned from the SQL Server: [208&#...
2 followers 5 comments 0 votes
Hi David Yes the "auto-get-latest-when-there-are-no-conflicts" would be perfect! When can you ship it? [image] And yes, the developers are aware of that Get Latest tab, but sometimes there are cross-database dependencies that mean getting the latest for more than one database to resolve. And there is also the wait time (more than a few minutes) for updates on large database - and we have a few of those, so we'd love to be able to schedule that update overnight so the devs can have a up-to-date- version of all databases in the morning. And ideally if there were conflicts it would be marked against the relevant database in SSMS to it's clear they need to be resolved. I like the 'red indicators' suggestion - that would be a good start. I guess there are many ways to solve this problem. Another option is an 'auto-update-if-no-conflicts' option in SQL Source Control so there is no need to do any updates at all (provided there are no conflicts!) As background: we use SVN for our regular source control and we have a large code base. A typical svn update might take a few minutes. So we just have a scheduled task running on every dev machine that runs a batch job to do that overnight both for convenience and to ensure that the lazy devs always have the latest [image] If there is a conflict the console window remains opened with the conflict details. I guess were looking for a similar sort of workflow with SQL Source Control. It's obviously not something I can do now via SQL Compare command line so we'll wait for that option I guess. Thanks, Ciaran / comments
Hi David Yes the "auto-get-latest-when-there-are-no-conflicts" would be perfect! When can you ship it? And yes, the developers are aware of that Get Latest tab, but sometimes there are cross-datab...
0 votes