Posts
Sort by recent activity
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...