Faxback Port Server - Manual Bedienungsanleitung Seite 45

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 52
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 44
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT((1))FOR[SndSecsLeft]
GO
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT((1))FOR[RcvSecsLeft]
GO
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT((1))FOR[SndCfgSecsLeft]
GO
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT((1))FOR[RcvCfgSecsLeft]
GO
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT('')FOR[AccountCSGroup]
GO
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT('')FOR[RuleGroup]
GO
ALTERTABLE[dbo].[ACCOUNTS_TABLE]ADDDEFAULT('<Xml/>')FOR[RawXml]
GO
NSPortServerMainRCV_ROUTING_TABLE
CREATETABLE[dbo].[RCV_ROUTING_TABLE](
[RcvRouterGuid][uniqueidentifier]NOTNULL,
[RcvRouter][nvarchar](64)NULL,
[AccountGuid][uniqueidentifier]NULL,
[Customer][nvarchar](64)NULL,
[Source][nvarchar](64)NULL,
[Enabled][int]NULL,
[RawXml][ntext]NULL,
[CreatedOn][datetime]NULL,
[LastModified][datetime]NULL,
PRIMARYKEYCLUSTERED
(
[RcvRouterGuid]ASC
)WITH(PAD_INDEX=OFF,STATISTICS_NORECOMPUTE=OFF,IGNORE_DUP_KEY=OFF,ALLOW_ROW_LOCKS
=ON,ALLOW_PAGE_LOCKS=ON)ON[PRIMARY],
UNIQUENONCLUSTERED
(
[RcvRouter]ASC
)WITH(PAD_INDEX=OFF,STATISTICS_NORECOMPUTE=OFF,IGNORE_DUP_KEY=OFF,ALLOW_ROW_LOCKS
=ON,ALLOW_PAGE_LOCKS=ON)ON[PRIMARY]
)ON[PRIMARY]TEXTIMAGE_ON[PRIMARY]
GO
ALTERTABLE[dbo].[RCV_ROUTING_TABLE]ADDDEFAULT('')FOR[Customer]
GO
ALTERTABLE[dbo].[RCV_ROUTING_TABLE]ADDDEFAULT('')FOR[Source]
GO
ALTERTABLE[dbo].[RCV_ROUTING_TABLE]ADDDEFAULT((1))FOR[Enabled]
GO
ALTERTABLE[dbo].[RCV_ROUTING_TABLE]ADDDEFAULT('<Xml/>')FOR[RawXml]
GO
Seitenansicht 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 51 52

Kommentare zu diesen Handbüchern

Keine Kommentare