DWStaging
 dbo.Lookup_ZipCounty (Table)
  Properties
Property Value
Name Lookup_ZipCounty
Schema dbo
Row Count 1449
Data Size 32 KB
Index Size 16 KB
Create Date 1/30/2013 2:38 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
County
varchar(50)
True
False
False
 
Zip
varchar(5)
True
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.Lookup_ZipCounty depends on)
Name Type
  Child Dependencies (objects that depend on dbo.Lookup_ZipCounty)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[Lookup_ZipCounty] Script Date: 03/09/2017 16:45:43 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[Lookup_ZipCounty](
    [Zip] [varchar](5) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [County] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
County Zip
Palm Beach 33425
Sarasota 34234
Orange 32826
Leon 32395
Lake 34729
Pasco 33523
Broward 33019
Saint Lucie 34982
Lee 33917
Clay 32656
Powered by BI Documenter