SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[_ExistsServiceOffRentItem](
[nID] [smallint] NOT NULL,
[ip] [int] NOT NULL,
[capacity] [smallint] NOT NULL
) ON [PRIMARY]
GO
nID - ip - capatpy
what ?
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[_ExistsServiceOffRentItem](
[nID] [smallint] NOT NULL,
[ip] [int] NOT NULL,
[capacity] [smallint] NOT NULL
) ON [PRIMARY]
GO
nID - ip - capatpy
what ?