data-comparison Questions
3
Solved
Trying to do something simple Data Compare in SSDT but proving a bit hard.
In one database, I have two tables I want to compare.
These tables have the same schema, just different table names. And...
Fiona asked 6/3, 2014 at 9:46
1
Solved
I'm using this function in Visual Studio to easily sync data from one database to another
https://msdn.microsoft.com/en-us/library/aa833428(v=vs.100).aspx
You can save the Data Compare settings i...
Bombay asked 25/6, 2017 at 7:32
1
My project currently has a database which contains several tables, the most important of which has one binary column with very large entries (representing serialized C# objects). There are a large ...
Scarabaeid asked 23/6, 2015 at 11:27
2
For those who know perl, I'm looking for something similar to Test::Deep::is_deeply() in Python.
In Python's unittest I can conveniently compare nested data structures already, if I expect them to...
Pinchpenny asked 11/2, 2013 at 16:23
1
Solved
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 ...
Guesstimate asked 30/5, 2011 at 23:57
1
© 2022 - 2024 — McMap. All rights reserved.