DWStaging
 dbo.Lookup_SeqentialNbrs (Table)
  Properties
Property Value
Name Lookup_SeqentialNbrs
Schema dbo
Row Count 10366
Data Size 120 KB
Index Size 24 KB
Create Date 3/29/2013 9:16 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
In Primary Key
SeqNumber
int(10, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
True
SeqNumber
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.Lookup_SeqentialNbrs depends on)
Name Type
  Child Dependencies (objects that depend on dbo.Lookup_SeqentialNbrs)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[Lookup_SeqentialNbrs] Script Date: 03/09/2017 16:45:43 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[Lookup_SeqentialNbrs](
    [SeqNumber] [int] NOT NULL,
 CONSTRAINT [PK_Lookup_SeqentialNbrs] PRIMARY KEY CLUSTERED 
(
    [SeqNumber] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON, DATA_COMPRESSION = PAGE) ON [PRIMARY]
) ON [PRIMARY]
  Sample Data
SeqNumber
8780
1563
438
8536
8138
3850
5791
8058
1800
7908
Powered by BI Documenter