Activity overview
Latest activity by natest
As usual, 5 minutes after posting this question I figured out the problem was on my end. The "jobcode" column in the target database was spelled "jobecode". After fixing this, the data synch ran correctly. I guess the moral of the story is to run SQLCompare before Data Compare. / comments
As usual, 5 minutes after posting this question I figured out the problem was on my end. The "jobcode" column in the target database was spelled "jobecode". After fixing this, the data synch ran ...
Data Compare Missing A Column
I have a simple table definition (as seen by SQL Compare):
CREATE TABLE [dbo].[jobcodes]
(
[Jobcodeid] [int] NOT NULL IDENTITY(1, 1),
[jobecode] [int] NOT NULL,
[JobcodeDesc] [nvarchar] (200) COLLA...