Tagged Questions
0
votes
2answers
71 views
SQL Server query with same functionality as Excel VLookup
I have 2 columns of data that I need to compare with each other - Column A and Column B.
Column A:
Steve
Jane
Mary
Peter
Ed
Scott
Ted
Column B:
Peter
Scott
David
Nancy
Column A has a larger ...
0
votes
1answer
20 views
How to generate summary report of VS 2010 DataCompare results
I am doing a SQL Server DB migration task. After the migration, I need compare the old and the new DB. I need generate a summary report (by another table or excel both are OK) to the requirement team ...
0
votes
2answers
256 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 ...
3
votes
6answers
273 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 ...