Posts
Sort by recent activity
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&#...
Automatic Update Script
Hi
We're using SQL source control on over a dozen databases and I am working on a way to get a batch script to update local databases copies overnight using SQL Compare.
I've a batch file that chec...
Error trying to sync from command link
Hi there
I can link and sync a particular database just fine in SSC2, but when I try to do the same from the command line, I get an error:Command:sqlcompare /scripts1:"C:\prog\temp-svn\BR\trunk" /d...
Error trying to re-link database
PLEASE DELETE - issue resolved!
Default values are being seen as different
I am comparing a SQL Server 2008 R2 database running SQL Server 2000 compatibility mode with a SQL Server 2000 database. I keep seeing differences like this:
(SQL 2008)
[FooSupported] [int] NULL DE...
Automatic Sync
Hi there
I want to automatically each morning sync my local database to source control from the command line.
I have managed to get a project setup to do this for me, and after dealing with an erro...
Linking Static Data AFTER Getting Latest
Hi all
We've setup our local databases and linked them to source control which created the schema. That worked great.
But one developer is having an issue where SSMS is telling him his local copy i...