How can we help you today? How can we help you today?
natest
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...
2 followers 3 comments 0 votes