DWStaging
 dbo.ST_CLASS_LOG_A_SCHD_NOTE_DATA (Table)
  Properties
Property Value
Name ST_CLASS_LOG_A_SCHD_NOTE_DATA
Schema dbo
Row Count 3188761
Data Size 213664 KB
Index Size 53880 KB
Create Date 8/15/2012 12:45 PM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
smallint(5, 0)
False
False
False
 
ISN_ST_CLASS_LOG_A
int(10, 0)
False
False
False
 
PBLSH_SCHED_NOTE
varchar(1)
True
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
SCHD_NOTE
varchar(50)
True
False
False
 
SCHD_NOTE_DATA_COUNT
smallint(5, 0)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_ST_CLASS_LOG_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.ST_CLASS_LOG_A_SCHD_NOTE_DATA depends on)
Name Type
  Child Dependencies (objects that depend on dbo.ST_CLASS_LOG_A_SCHD_NOTE_DATA)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[ST_CLASS_LOG_A_SCHD_NOTE_DATA] Script Date: 03/09/2017 16:45:59 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[ST_CLASS_LOG_A_SCHD_NOTE_DATA](
    [ISN_ST_CLASS_LOG_A] [int] NOT NULL,
    [SCHD_NOTE_DATA_COUNT] [smallint] NOT NULL,
    [SCHD_NOTE] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [PBLSH_SCHED_NOTE] [varchar](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
  Sample Data
cnxarraycolumn ISN_ST_CLASS_LOG_A PBLSH_SCHED_NOTE RowUpdatedOn SCHD_NOTE SCHD_NOTE_DATA_COUNT
3 714357 B 2017-02-06T10:01:03.64-05:00 PHONE #: 561-868-3328 7
1 371687 B 2017-02-06T10:00:43.033-05:00 MUST GET FREE PARKING DECAL AT SECURITY. WORKBOOK 3
4 1500606 B 2017-02-06T10:02:09.442-05:00 Class web site: 9
0 903516 B 2017-02-06T10:01:15.434-05:00 *PREREQUISITE* HIM 0030 3
1 1587858 B 2017-02-06T10:02:19.083-05:00 To take tests in a secure testing location. You 9
5 435295 B 2017-02-06T10:00:46.605-05:00 STUDENTS NOT MEETING REQUIREMENTS WILL BE DROPPED 9
0 1147513 B 2017-02-06T10:01:37.103-05:00 dual academy 1
1 939136 B 2017-02-06T10:01:18.149-05:00 require the student to take tests in a secure 10
7 1744922 B 2017-02-06T10:02:37.225-05:00 www.palmbeachstate.edu/x461.xml?id=whiteke 9
3 951087 B 2017-02-06T10:01:19.833-05:00 use their own Internet connected computer or use 8
Powered by BI Documenter