|
![]() |
Property | Value |
Name | Obsolete_DimGlTransDetail_DependencyCheck |
Schema | dbo |
Row Count | 0 |
Data Size | 0 KB |
Index Size | 0 KB |
Create Date | 8/28/2013 9:56 AM |
Description |
Column Name |
Data Type |
Allow Nulls |
Row Guid |
Fulltext Indexed |
Identity |
Default |
Description / Computed Formula |
||
![]() |
![]() |
DimGlTransDetail_Obsolete_DependencyCheckId |
int(10, 0) |
False |
False |
False |
(1 / 1) |
||
![]() |
![]() |
FactTable |
varchar(50) |
False |
False |
False |
|||
![]() |
![]() |
GlDetailSK |
int(10, 0) |
False |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
True |
DimGlTransDetail_Obsolete_DependencyCheckId |
Name | Columns | Referenced Table | Referenced Columns | Checked |
Name | Text | Checked |
Name | Type |
Name | Type |
Object | Property | Value |
Object | Property | Value |
/****** Object: Table [dbo].[Obsolete_DimGlTransDetail_DependencyCheck] Script Date: 03/09/2017 17:21:35 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[Obsolete_DimGlTransDetail_DependencyCheck]( [DimGlTransDetail_Obsolete_DependencyCheckId] [int] IDENTITY(1,1) NOT NULL, [FactTable] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [GlDetailSK] [int] NOT NULL, CONSTRAINT [PK_DimGlTransDetail_Obsolete_DependencyCheck] PRIMARY KEY CLUSTERED ( [DimGlTransDetail_Obsolete_DependencyCheckId] 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 |