Posts
Sort by recent activity
Ignore Identity Field
My source tables have identity fields. I need my target table to include the field but turn off the identity. I've tried checking "ignore indexes", "ignore identity seed and increment values", "i...
Primar Key Constraint error
I am trying to compare two tables that are exactly the same. I have run SQL Compare and verified their structures are identical. Now I am trying to copy the data from one to the other using SQL ...
Column in table not being compared
I have a table with three columns. Both tables in each database has been synchronized with SQL Compare and are exactly the same. One column is a primary key id field, one is an ntext field, and t...