|
![]() |
Property | Value |
Name | Obsolete_DimStudent |
Schema | dbo |
Row Count | 0 |
Data Size | 0 KB |
Index Size | 0 KB |
Create Date | 8/22/2012 4:13 PM |
Description |
Column Name |
Data Type |
Allow Nulls |
Row Guid |
Fulltext Indexed |
Identity |
Default |
Description / Computed Formula |
||
![]() |
![]() |
DeleteddboDimStudentSK |
int(10, 0) |
False |
False |
False |
(1 / 1) |
||
![]() |
![]() |
NewStudentIdAK |
varchar(9) |
True |
False |
False |
|||
![]() |
![]() |
NewStudentSK |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
OldStudentIdAK |
varchar(9) |
True |
False |
False |
|||
![]() |
![]() |
OldStudentSK |
int(10, 0) |
False |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
True |
DeleteddboDimStudentSK |
Name | Columns | Referenced Table | Referenced Columns | Checked |
Name | Text | Checked |
Name | Type |
Name | Type |
Object | Property | Value |
Object | Property | Value |
/****** Object: Table [dbo].[Obsolete_DimStudent] Script Date: 03/09/2017 17:21:36 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[Obsolete_DimStudent]( [DeleteddboDimStudentSK] [int] IDENTITY(1,1) NOT NULL, [OldStudentSK] [int] NOT NULL, [OldStudentIdAK] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [NewStudentSK] [int] NOT NULL, [NewStudentIdAK] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_ObsoletedboDimStudentSK] PRIMARY KEY CLUSTERED ( [DeleteddboDimStudentSK] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] |
Powered by BI Documenter |