table icon Table: t300

Properties

Property Value
Name t300
ID 1463676262
Owner dbo
Schema dbo
Filegroup PRIMARY
Data Size (KB) 8 KB
Index Size (KB) 8 KB
Rows 1
Unused (KB) 0 KB
ANSI Null On true
Quoted Identifier true
Lock Escalation TABLE
Lock On Bulk Load false
Lob Data Space
Filestream Data Space ID
Has Unchecked Assembly Data false
Text In Row Limit (bytes) Option not set
Large Value Types Out Of Row false
FullText Change Tracking On false
Tracked By Cdc false
Published false
Schema Published false
Replicated false
Replication Filter false
Merge Published false
Sync Tran Subscribed false
MS Shipped false
Modify Date 5/20/2011 7:35:57 PM
Create Date 5/20/2011 7:35:57 PM

Extended Properties

No extended properties defined.

Columns

Column ID Column Name Datatype Nullable Is Sparse Is Column Set
1 eventid int true false false
2 d smalldatetime true false false

Identity Columns

No identity columns defined.

Primary Key Constraints

No primary key constraints defined.

Primary Key Columns

No primary key columns defined.

Foreign Keys

No foreign keys defined.

Column Level Check Constraints

No column constraints defined.

Table Level Check Constraints

No table constraints defined.

Default Constraints

No default constraints defined.

Indexes

No table indexes defined.

FullText Indexes

No fulltext indexes defined.

Referencing Tables

No referencing tables defined.

Object Level Permissions

No object level permissions defined.

Column Level Permissions

No explicit column permissions granted to this object

Statistics

Detailed Statistics General

NameUpdatedRowsRows SampledStepsDensityAverage Key LengthString IndexFilter ExpressionUnfiltered Rows
_WA_Sys_00000001_573DED66 May 20 2011 7:45PM 1 1 1 0 4 false 1

Detailed Statistics Density

All Density Average Length Columns
1 4 eventid

Detailed Statistics Histogram

Range High Key Range Rows Estimated Rows Distinct Range Rows Avg Range Rows
1 0 1 0 1

Objects that depend on [t300]

Objects on which [t300] depends

SQL

Script
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[t300]( [eventid] [int] NULL, [d] [smalldatetime] NULL ) ON [PRIMARY]

See also

List of Tables