How can we help you today? How can we help you today?
freecell1
SQL Source Control wrongly detecting a 2008 db as 2014?
Two of our developers recently got new machines and are running SQL Server 2014, but everyone else has SQL Server 2008 R2. We are experiencing a strange phenomenon: 1) RedGateDatabaseInfo.xml in s...
2 followers 2 comments 0 votes
SQL Prompt versus SSMS 2012 intellisense
Hi folks - I just installed SSMS 2012. I've been using SQL PRompt 5 with SSMS 2008 R2 until now and like it. However in SSMS 2012 Microsoft seems to have improved the internal intellisense. Also...
6 followers 6 comments 0 votes
Exclude columns from multiple tables using XML config?
Hi - I'm trying to compare two databases and want to exclude columns from multiple tables. I'm using an XML config file with the command line. For one table, this works:<excludecolumns>Reso...
2 followers 3 comments 0 votes
problem getting sequential revisions with migration scripts
We just hit an odd problem. We had two revisions, each with a few object changes and each with a migration script. Let's call them svn revisions 123 and 456. Developers who did a "Get Latest" t...
1 follower 1 comment 0 votes
Confused about include identical and scripting
I am trying to do the following: 1) Compare two databases via command line (automated). 2) If not identical, generate sync script. 3) If identical, do not create a script. I hoped to be able to do ...
1 follower 1 comment 0 votes
Command line or API for Source Control 3? (developer setup)
I did some searching but didn't find a definitive answer. Anyone know? I am trying to define our new work process, and it looks like the initial set-up for each developer will include them manual...
2 followers 3 comments 0 votes
How do I get command line to respect exclude arguments?
Based on the documentation for SQL Compare command line it seems I should be able to do this: sqlcompare /Include:identical /exclude:assembly /Scripts1:'C:\TeamCity\buildAgent\work\c0ebf743024d92d6...
2 followers 2 comments 0 votes
Command line "Object reference not set ..." error?
I have a build script that loops through a set of databases and executes a command line sqlcompare on each one (identical arguments). On one of the databases I get an error at the end of the compa...
2 followers 2 comments 0 votes