Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
6answers
192 views

Is there a free (or very cheap) tool for highlighting changes in data for sql server?

Note for bounty: please answer only if you know a tool that can monitor what changes in the same db, don't mention tools that compare 2 dbs. A visual tool, like Embarcadero Change Manager is ...
2
votes
3answers
548 views

Schema compare with MS Data Tools in VS2008

When performing a schema compare having db_owner rights on the target database results in the following error: The user does not have permission to perform this action. Using the SQL Server ...
1
vote
1answer
395 views

mySQL select differences between two tables in different databases

I have two databases: old and new. Both have a comments table. There are 100 comments in the old table that are not in the new. Comments have been added to the new table and there is a conflict in IDs ...
1
vote
2answers
240 views

Visual Studio 2010 DataCompare table comparison

In Visual Studio 2010 do you have the ability to compare the data of a database between 2 databases. I wanted to use this to copy data from one database to another. These databases have the exact same ...
1
vote
4answers
494 views

How to display the results of multiple comparisons

If you compare two sets of data (such as two files), the differences between these sets can be displayed in two columns, or two panes, such as WinMerge does. But are there any visual paradigms to ...
0
votes
1answer
23 views

How do i compare 2 rows from the same table (Oracle 11g)

I need to create a stored procedure that processes a table looking for rows matching on a particular id with different statuses. I know the syntax to get the row data but i have never tried comparing ...
0
votes
2answers
126 views

SQL Server Data Compare not persisting “ON DELETE SET NULL” Foreign Key Relationship

I have a feeling this is an "only on my machine" problem. I have two SQL 2008 R2 Express databases on my box. The schema for each was created with the same scripts. The data differs. When I use ...
0
votes
1answer
164 views

Visual Studio Data Compare - Query completed with Errors

I am trying to update a db using the Data Compare functionality in VS. Once I setup which tables I want to update I can use Write Updates and my DB is updated. However, when I Export to a .sql file ...
0
votes
1answer
74 views

Perform Visual Studio Data Compare automatically prior to running MSTest tests

I need to perform a data compare operation to refresh a dev database froma sample data database prior to running integration tests using the VS test harness. Anyone know a way to automatically ...
0
votes
2answers
1k views

Best way to compare contents of two tables in Teradata?

When you need to compare two tables to see what the differences are, are there any tools or shortcuts you use, or do you handcode the SQL to compare the two tables? Basically the core features of a ...
-2
votes
1answer
69 views

Comparing columns between tables

I have 10 tables from different sources that I import into a SQL Server database. I want to compare them with a table named basic_source. What I want to do is compare each attribute in ...