Skip to content

Commit

Permalink
Incremental Load + SCD Type 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Salma-Mamdoh committed Jun 7, 2024
1 parent 0674635 commit 45484c1
Show file tree
Hide file tree
Showing 13 changed files with 5,145 additions and 0 deletions.
Binary file not shown.
Binary file added Problem 2/.vs/Problem 2/v17/.suo
Binary file not shown.
22 changes: 22 additions & 0 deletions Problem 2/Problem 2.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C9674DCB-5085-4A16-B785-4C70DD1589BD}") = "Problem 2", "Problem 2\Problem 2.dtproj", "{50E14ABF-F6CA-4730-8029-16A84352706B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Development|Default = Development|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50E14ABF-F6CA-4730-8029-16A84352706B}.Development|Default.ActiveCfg = Development
{50E14ABF-F6CA-4730-8029-16A84352706B}.Development|Default.Build.0 = Development
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B42D7CA-BF34-4C77-94DB-F5269A418C8A}
EndGlobalSection
EndGlobal
2,147 changes: 2,147 additions & 0 deletions Problem 2/Problem 2/Package.dtsx

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions Problem 2/Problem 2/Problem 2.database
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Database xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200" xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300" xmlns:ddl400="http://schemas.microsoft.com/analysisservices/2012/engine/400" xmlns:ddl400_400="http://schemas.microsoft.com/analysisservices/2012/engine/400/400" xmlns:ddl500="http://schemas.microsoft.com/analysisservices/2013/engine/500" xmlns:ddl500_500="http://schemas.microsoft.com/analysisservices/2013/engine/500/500" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0" dwd:design-time-name="1b23e8b4-8a0b-478f-bafa-7937bb1a467c" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<ID>Problem 2</ID>
<Name>Problem 2</Name>
<CreatedTimestamp>0001-01-01T00:00:00Z</CreatedTimestamp>
<LastSchemaUpdate>0001-01-01T00:00:00Z</LastSchemaUpdate>
<LastProcessed>0001-01-01T00:00:00Z</LastProcessed>
<State>Unprocessed</State>
<LastUpdate>0001-01-01T00:00:00Z</LastUpdate>
<DataSourceImpersonationInfo>
<ImpersonationMode>Default</ImpersonationMode>
<ImpersonationInfoSecurity>Unchanged</ImpersonationInfoSecurity>
</DataSourceImpersonationInfo>
</Database>
386 changes: 386 additions & 0 deletions Problem 2/Problem 2/Problem 2.dtproj

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions Problem 2/Problem 2/Problem 2.dtproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<DataTransformationsUserConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Configurations>
<Configuration>
<Name>Development</Name>
<Options>
<AssessmentRuleSuppressionSetting />
<UseWinAuth>false</UseWinAuth>
<WinAuthUserName />
<WinAuthDomain />
<UserIDs />
<UserPasswords />
<OfflineMode>false</OfflineMode>
<ProgressReporting>true</ProgressReporting>
<ParameterConfigurationSensitiveValues>
<ConfigurationSetting>
<Id>LastModifiedTime</Id>
<Name>LastModifiedTime</Name>
<Value xsi:type="xsd:dateTime">2024-05-04T02:43:17.5722284Z</Value>
</ConfigurationSetting>
</ParameterConfigurationSensitiveValues>
</Options>
</Configuration>
</Configurations>
</DataTransformationsUserConfiguration>
2 changes: 2 additions & 0 deletions Problem 2/Problem 2/Project.params
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<SSIS:Parameters xmlns:SSIS="www.microsoft.com/SqlServer/SSIS" />
Binary file not shown.
15 changes: 15 additions & 0 deletions Problem 2/Problem 2/obj/Development/BuildLog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<BuildLog xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProjectInfo>
<Name>Problem 2</Name>
<LastWriteTime>2024-05-04T02:44:54.6164553Z</LastWriteTime>
<LastKnownProtectionLevel>EncryptSensitiveWithUserKey</LastKnownProtectionLevel>
</ProjectInfo>
<LastBuildInfos>
<ProjectBuildItemInfo>
<Name>Package.dtsx</Name>
<LastWriteTime>2024-05-04T02:45:43.2481364Z</LastWriteTime>
<LastKnownProtectionLevel>EncryptSensitiveWithUserKey</LastKnownProtectionLevel>
</ProjectBuildItemInfo>
</LastBuildInfos>
</BuildLog>
Loading

0 comments on commit 45484c1

Please sign in to comment.