DWOperations
 dbo.SSIS Configurations (Table)
  Properties
Property Value
Name SSIS Configurations
Schema dbo
Row Count 34
Data Size 8 KB
Index Size 8 KB
Create Date 8/28/2013 11:57 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
ConfigurationFilter
nvarchar(255)
False
False
False
 
ConfiguredValue
nvarchar(255)
True
False
False
 
ConfiguredValueType
nvarchar(20)
False
False
False
 
PackagePath
nvarchar(255)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.SSIS Configurations depends on)
Name Type
StoredProcedure
StoredProcedure
  Child Dependencies (objects that depend on dbo.SSIS Configurations)
Name Type
STOREDPROCEDURE
STOREDPROCEDURE
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[SSIS Configurations] Script Date: 03/09/2017 17:21:37 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[SSIS Configurations](
    [ConfigurationFilter] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ConfiguredValue] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [PackagePath] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [ConfiguredValueType] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
) ON [PRIMARY]
  Sample Data
ConfigurationFilter ConfiguredValue ConfiguredValueType PackagePath
Var_EmailFrom help@hetgroup.org String \Package.Variables[User::EmailFrom].Properties[Value]
Var_ExternalFileLocation C:\SSIS\ExternalFiles\ String \Package.Variables[User::ExternalFileLocation].Properties[Value]
Var_EmailBodyText Testing String \Package.Variables[User::EmailBodyText].Properties[Value]
Var_EmailUserName windows String \Package.Variables[User::EmailUserName].Properties[Value]
Var_OperationsDBName DWOperations String \Package.Variables[User::OperationsDBName].Properties[Value]
Var_PackageLocation C:\Program Files\Microsoft SQL Server\100\DTS\Packages\EnterpriseDW_ETL\ String \Package.Variables[User::PackageLocation].Properties[Value]
Var_EDWDBName EnterpriseDW String \Package.Variables[User::EDWDBName].Properties[Value]
Var_StartCalendarPeriodLoad 200607 String \Package.Variables[User::StartCalendarPeriodLoad].Properties[Value]
Var_Domain String \Package.Variables[User::Domain].Properties[Value]
Var_ExtractPayroll Y String \Package.Variables[User::ExtractPayroll].Properties[Value]
Powered by BI Documenter