view icon View: vw_tid

Properties

Property Value
Name vw_tid
ID 951674438
Schema dbo
Owner dbo
Encrypted false
Schema Bound false
With Check Option false
ANSI NULLS true
Uses Quoted Identifier true
Has Opaque Metadata false
Published false
Schema Published false
Replicated false
Has Replication Filter false
Has Unchecked Assembly Data false
Date Correlation View false
Uses Database Collation false
Tracked by CDC false
MS Shipped false
Modify Date 2/6/2011 2:37:40 PM
Create Date 2/6/2011 2:37:40 PM

Extended Properties

No extended properties defined.

View Columns

Column Name Datatype Nullable Is Identity
c1 int false true

Indexes

No view indexes defined.

Object Level Permissions

No object level permissions defined.

Column Level Permissions

No explicit column permissions granted to this object

Objects that depend on [vw_tid]

Objects on which [vw_tid] depends

SQL

Script
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
create view vw_tid as select c1 from tid

See also

List of Views