Posts
Sort by recent activity
tables not maching
I have a couple of tables that don't match. One Ex:
CREATE TABLE [Data].[ActionItems]
(
[Id] [int] NOT NULL IDENTITY(1, 1),
[Description] [varchar] (50) NOT NULL,
[ActionsId] [int] NOT NULL,
[Queri...