Tagged Questions

SQL Compare is a database comparison and synchronization tool created by Red Gate.

learn more… | top users | synonyms

22
votes
9answers
5k views
7
votes
3answers
1k views

Red Gate SQL Compare vs. VS2010 Ultimate

I used to use SQL2000 and Red Gate SQL Compare 3.2 and I was a happy camper. I wouldn't worry about tracking the changes that I make to the dev database until all the coding was done and I needed to ...
4
votes
7answers
2k views

How to execute 3GB SQL file (Micrsoft SQL Server)?

I have a big SQL file that does not fit into memory and that needs to be executed against Microsoft SQL Server 2008. It seems that the sqlcmd.exe tool always loads it into memory first which is ...
3
votes
8answers
559 views

T-SQL - Is there a (free) way to compare data in two tables?

I have table a and table b. (SQL Server 2008) Both tables have the exact same schema. For the purposes of this question, consider table a = my local dev table, table b = the live table. I need to ...
2
votes
2answers
45 views

Will Problems Arise from Using SQL2008 to Interact w/ a SQL2005 DB on another machine?

I have SQL2008 installed on my local machine and need to view/alter/select rows and tables from a DB on a remote server running SQL 2005. Will I have any problems doing this. I have seen some people ...
1
vote
1answer
29 views

SQL Server - SQL Compare - Automatic identification and replacement of differing database names?

I have two development databases locally Alpha Beta_Dev I have two production databases remotely Alpha Beta I use SQL Compare to sync the schema of the two Alpha databases. Sometimes, stored ...
1
vote
2answers
172 views

Database Schema Validation - deployable/compilable

Looking for a tool that will allow building database schema validation that can be compiled into a standalong tool or as a module to be used in another application. The scenario is - a client/server ...
1
vote
2answers
61 views

FOSS version of SQLCompare or something similar?

Actually, free is good enough, it doesn't have to be open source :) I'm currently using the Schema Compare utility of VS2008, but it doesn't have a command line interface and has some other ...
1
vote
5answers
3k views

SQL Server, excecute batch T-SQL script on multiple databases

Our SQL Server 2000 instance hosts several databases which are all similar, one for each of our client. When comes the time to update them all, we use Red Gate SQL Compare to generate a migration ...
1
vote
1answer
310 views

SQL Compare GUI works, but command line gives problems

I recently purchased SQL compare 7.1 pro for the command line capabilities. We have been using the GUI version with no problems for some time now. I am trying to exclude items from the sync, however ...
0
votes
1answer
44 views

Redgate SQLCOmpare 6 Command Line => Return Code is “0” even DB's are identical

We have a NANT scripts which are using for packaging automation. We also comparing previous DB and current DB if any structural and Data changes with SQLCompare command line tool. Even I compare same ...
0
votes
0answers
20 views

Jmeter Fails to Launch

I have Xstudio installed and am trying to get a test to run using the Jmeter launcher. I get an exception error each time i try and that led me to conclude there was a problem with the launcher. i ...
0
votes
1answer
231 views

Redgate's SQLCompare Schema Comparison Not Removing or Adding Objects Via Command Line

I have a saved SQLCompare project which I use to synchronize my local database with another "master" database. When I run the project via the GUI, everything works fine. However when I run it via the ...