-
Notifications
You must be signed in to change notification settings - Fork 0
/
DWHLoadDimTerritories.dtsx
633 lines (633 loc) · 33.8 KB
/
DWHLoadDimTerritories.dtsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<?xml version="1.0"?>
<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts"
DTS:refId="Package"
DTS:CreationDate="2/27/2023 6:17:07 PM"
DTS:CreationName="Microsoft.Package"
DTS:CreatorComputerName="DESKTOP-RS9P4A5"
DTS:CreatorName="DESKTOP-RS9P4A5\Admin"
DTS:DTSID="{0DEEB065-6DE9-4B51-AB89-C9DAD299ABA8}"
DTS:ExecutableType="Microsoft.Package"
DTS:LastModifiedProductVersion="16.0.5131.0"
DTS:LocaleID="1033"
DTS:ObjectName="Package1"
DTS:PackageType="5"
DTS:VersionBuild="3"
DTS:VersionGUID="{3E8B44A8-9A1F-43FA-B0FA-E2B8B24EA1C2}">
<DTS:Property
DTS:Name="PackageFormatVersion">8</DTS:Property>
<DTS:ConnectionManagers>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[LocalHost.Northwind]"
DTS:CreationName="OLEDB"
DTS:DTSID="{144B1A71-C55D-4A6A-9775-65ED5A7E7365}"
DTS:ObjectName="LocalHost.Northwind">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectRetryCount="1"
DTS:ConnectRetryInterval="5"
DTS:ConnectionString="Data Source=.;Initial Catalog=Northwind;Provider=MSOLEDBSQL.1;Integrated Security=SSPI;Application Name=SSIS-Package1-{144B1A71-C55D-4A6A-9775-65ED5A7E7365}LocalHost.Northwind;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[LocalHost.NorthWindDWH]"
DTS:CreationName="OLEDB"
DTS:DTSID="{32300E61-3C6A-4132-9403-A10A5E655264}"
DTS:ObjectName="LocalHost.NorthWindDWH">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectRetryCount="1"
DTS:ConnectRetryInterval="5"
DTS:ConnectionString="Data Source=.;Initial Catalog=NorthWindDWH;Provider=MSOLEDBSQL.1;Integrated Security=SSPI;Application Name=SSIS-Package1-{32300E61-3C6A-4132-9403-A10A5E655264}LocalHost.NorthWindDWH;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
</DTS:ConnectionManagers>
<DTS:Variables />
<DTS:Executables>
<DTS:Executable
DTS:refId="Package\Data Flow Task"
DTS:CreationName="Microsoft.Pipeline"
DTS:Description="Data Flow Task"
DTS:DTSID="{F10C13E4-9595-4B13-8FDC-81795D7AF4EC}"
DTS:ExecutableType="Microsoft.Pipeline"
DTS:LocaleID="-1"
DTS:ObjectName="Data Flow Task">
<DTS:Variables />
<DTS:ObjectData>
<pipeline
version="1">
<components>
<component
refId="Package\Data Flow Task\DatasourceSales"
componentClassID="Microsoft.OLEDBSource"
contactInfo="OLE DB Source;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;7"
description="OLE DB Source"
name="DatasourceSales"
usesDispositions="true"
version="7">
<properties>
<property
dataType="System.Int32"
description="The number of seconds before a command times out. A value of 0 indicates an infinite time-out."
name="CommandTimeout">0</property>
<property
dataType="System.String"
description="Specifies the name of the database object used to open a rowset."
name="OpenRowset">[dbo].[SalesTerritory]</property>
<property
dataType="System.String"
description="Specifies the variable that contains the name of the database object used to open a rowset."
name="OpenRowsetVariable"></property>
<property
dataType="System.String"
description="The SQL command to be executed."
name="SqlCommand"
UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor"></property>
<property
dataType="System.String"
description="The variable that contains the SQL command to be executed."
name="SqlCommandVariable"></property>
<property
dataType="System.Int32"
description="Specifies the column code page to use when code page information is unavailable from the data source."
name="DefaultCodePage">1252</property>
<property
dataType="System.Boolean"
description="Forces the use of the DefaultCodePage property value when describing character data."
name="AlwaysUseDefaultCodePage">false</property>
<property
dataType="System.Int32"
description="Specifies the mode used to access the database."
name="AccessMode"
typeConverter="AccessMode">0</property>
<property
dataType="System.String"
description="The mappings between the parameters in the SQL command and variables."
name="ParameterMapping"></property>
</properties>
<connections>
<connection
refId="Package\Data Flow Task\DatasourceSales.Connections[OleDbConnection]"
connectionManagerID="Package.ConnectionManagers[LocalHost.Northwind]"
connectionManagerRefId="Package.ConnectionManagers[LocalHost.Northwind]"
description="The OLE DB runtime connection used to access the database."
name="OleDbConnection" />
</connections>
<outputs>
<output
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output]"
name="OLE DB Source Output">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ID]"
dataType="wstr"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].ExternalColumns[TerritoryID]"
length="20"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ID]"
name="Territory ID"
truncationRowDisposition="FailComponent" />
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ]"
dataType="wstr"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].ExternalColumns[TerritoryDescription]"
length="50"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ]"
name="Territory "
truncationRowDisposition="FailComponent" />
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Region ]"
dataType="wstr"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].ExternalColumns[RegionDescription]"
length="50"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Region ]"
name="Region "
truncationRowDisposition="FailComponent" />
</outputColumns>
<externalMetadataColumns
isUsed="True">
<externalMetadataColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].ExternalColumns[TerritoryID]"
dataType="wstr"
length="20"
name="TerritoryID" />
<externalMetadataColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].ExternalColumns[TerritoryDescription]"
dataType="wstr"
length="50"
name="TerritoryDescription" />
<externalMetadataColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].ExternalColumns[RegionDescription]"
dataType="wstr"
length="50"
name="RegionDescription" />
</externalMetadataColumns>
</output>
<output
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output]"
isErrorOut="true"
name="OLE DB Source Error Output">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[TerritoryID]"
dataType="wstr"
length="20"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[TerritoryID]"
name="TerritoryID" />
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[TerritoryDescription]"
dataType="wstr"
length="50"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[TerritoryDescription]"
name="TerritoryDescription" />
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[RegionDescription]"
dataType="wstr"
length="50"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[RegionDescription]"
name="RegionDescription" />
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[ErrorCode]"
dataType="i4"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[ErrorCode]"
name="ErrorCode"
specialFlags="1" />
<outputColumn
refId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[ErrorColumn]"
dataType="i4"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Error Output].Columns[ErrorColumn]"
name="ErrorColumn"
specialFlags="2" />
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
<component
refId="Package\Data Flow Task\OLE DB Destination"
componentClassID="Microsoft.OLEDBDestination"
contactInfo="OLE DB Destination;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;4"
description="OLE DB Destination"
name="OLE DB Destination"
usesDispositions="true"
version="4">
<properties>
<property
dataType="System.Int32"
description="The number of seconds before a command times out. A value of 0 indicates an infinite time-out."
name="CommandTimeout">0</property>
<property
dataType="System.String"
description="Specifies the name of the database object used to open a rowset."
name="OpenRowset">[DimTerritories]</property>
<property
dataType="System.String"
description="Specifies the variable that contains the name of the database object used to open a rowset."
name="OpenRowsetVariable"></property>
<property
dataType="System.String"
description="The SQL command to be executed."
name="SqlCommand"
UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor"></property>
<property
dataType="System.Int32"
description="Specifies the column code page to use when code page information is unavailable from the data source."
name="DefaultCodePage">1252</property>
<property
dataType="System.Boolean"
description="Forces the use of the DefaultCodePage property value when describing character data."
name="AlwaysUseDefaultCodePage">false</property>
<property
dataType="System.Int32"
description="Specifies the mode used to access the database."
name="AccessMode"
typeConverter="AccessMode">3</property>
<property
dataType="System.Boolean"
description="Indicates whether the values supplied for identity columns will be copied to the destination. If false, values for identity columns will be auto-generated at the destination. Applies only if fast load is turned on."
name="FastLoadKeepIdentity">false</property>
<property
dataType="System.Boolean"
description="Indicates whether the columns containing null will have null inserted in the destination. If false, columns containing null will have their default values inserted at the destination. Applies only if fast load is turned on."
name="FastLoadKeepNulls">false</property>
<property
dataType="System.String"
description="Specifies options to be used with fast load. Applies only if fast load is turned on."
name="FastLoadOptions">TABLOCK,CHECK_CONSTRAINTS</property>
<property
dataType="System.Int32"
description="Specifies when commits are issued during data insertion. A value of 0 specifies that one commit will be issued at the end of data insertion. Applies only if fast load is turned on."
name="FastLoadMaxInsertCommitSize">2147483647</property>
</properties>
<connections>
<connection
refId="Package\Data Flow Task\OLE DB Destination.Connections[OleDbConnection]"
connectionManagerID="Package.ConnectionManagers[LocalHost.NorthWindDWH]"
connectionManagerRefId="Package.ConnectionManagers[LocalHost.NorthWindDWH]"
description="The OLE DB runtime connection used to access the database."
name="OleDbConnection" />
</connections>
<inputs>
<input
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input]"
errorOrTruncationOperation="Insert"
errorRowDisposition="FailComponent"
hasSideEffects="true"
name="OLE DB Destination Input">
<inputColumns>
<inputColumn
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].Columns[Territory ID]"
cachedDataType="wstr"
cachedLength="20"
cachedName="Territory ID"
cachedSortKeyPosition="1"
externalMetadataColumnId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].ExternalColumns[Territory ID]"
lineageId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Territory ID]" />
<inputColumn
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].Columns[Territory ]"
cachedDataType="wstr"
cachedLength="50"
cachedName="Territory "
externalMetadataColumnId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].ExternalColumns[Territory ]"
lineageId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Territory ]" />
<inputColumn
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].Columns[Region ]"
cachedDataType="wstr"
cachedLength="50"
cachedName="Region "
externalMetadataColumnId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].ExternalColumns[Region ]"
lineageId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Region ]" />
</inputColumns>
<externalMetadataColumns
isUsed="True">
<externalMetadataColumn
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].ExternalColumns[Territory ID]"
dataType="wstr"
length="20"
name="Territory ID" />
<externalMetadataColumn
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].ExternalColumns[Territory ]"
dataType="wstr"
length="50"
name="Territory " />
<externalMetadataColumn
refId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input].ExternalColumns[Region ]"
dataType="wstr"
length="50"
name="Region " />
</externalMetadataColumns>
</input>
</inputs>
<outputs>
<output
refId="Package\Data Flow Task\OLE DB Destination.Outputs[OLE DB Destination Error Output]"
exclusionGroup="1"
isErrorOut="true"
name="OLE DB Destination Error Output"
synchronousInputId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input]">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\OLE DB Destination.Outputs[OLE DB Destination Error Output].Columns[ErrorCode]"
dataType="i4"
lineageId="Package\Data Flow Task\OLE DB Destination.Outputs[OLE DB Destination Error Output].Columns[ErrorCode]"
name="ErrorCode"
specialFlags="1" />
<outputColumn
refId="Package\Data Flow Task\OLE DB Destination.Outputs[OLE DB Destination Error Output].Columns[ErrorColumn]"
dataType="i4"
lineageId="Package\Data Flow Task\OLE DB Destination.Outputs[OLE DB Destination Error Output].Columns[ErrorColumn]"
name="ErrorColumn"
specialFlags="2" />
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
<component
refId="Package\Data Flow Task\SortedByTerritoryID"
componentClassID="Microsoft.Sort"
contactInfo="Sort;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;1"
description="Sorts input data in ascending or descending order when it cannot be sorted at its source. For example, sort sales data by 'customer id' before it is written to a flat file and delivered to another department. Note: We do not recommend this transformation for large data flows."
name="SortedByTerritoryID"
version="1">
<properties>
<property
dataType="System.Boolean"
description="Indicates whether the Sort transformation removes rows with duplicate sort values."
name="EliminateDuplicates">true</property>
<property
dataType="System.Int32"
description="Specifies the maximum number of threads to use for sorting."
expressionType="Notify"
name="MaximumThreads">-1</property>
</properties>
<inputs>
<input
refId="Package\Data Flow Task\SortedByTerritoryID.Inputs[Sort Input]"
name="Sort Input">
<inputColumns>
<inputColumn
refId="Package\Data Flow Task\SortedByTerritoryID.Inputs[Sort Input].Columns[Territory ID]"
cachedDataType="wstr"
cachedLength="20"
cachedName="Territory ID"
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ID]">
<properties>
<property
dataType="System.Int32"
description="Specifies the comparison options for character data."
name="NewComparisonFlags">0</property>
<property
dataType="System.Int32"
description="Specifies the sort order of the column."
name="NewSortKeyPosition">1</property>
</properties>
</inputColumn>
<inputColumn
refId="Package\Data Flow Task\SortedByTerritoryID.Inputs[Sort Input].Columns[Territory ]"
cachedDataType="wstr"
cachedLength="50"
cachedName="Territory "
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ]">
<properties>
<property
dataType="System.Int32"
description="Specifies the comparison options for character data."
name="NewComparisonFlags">0</property>
<property
dataType="System.Int32"
description="Specifies the sort order of the column."
name="NewSortKeyPosition">0</property>
</properties>
</inputColumn>
<inputColumn
refId="Package\Data Flow Task\SortedByTerritoryID.Inputs[Sort Input].Columns[Region ]"
cachedDataType="wstr"
cachedLength="50"
cachedName="Region "
lineageId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Region ]">
<properties>
<property
dataType="System.Int32"
description="Specifies the comparison options for character data."
name="NewComparisonFlags">0</property>
<property
dataType="System.Int32"
description="Specifies the sort order of the column."
name="NewSortKeyPosition">0</property>
</properties>
</inputColumn>
</inputColumns>
<externalMetadataColumns />
</input>
</inputs>
<outputs>
<output
refId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output]"
isSorted="true"
name="Sort Output">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Territory ID]"
dataType="wstr"
length="20"
lineageId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Territory ID]"
name="Territory ID"
sortKeyPosition="1">
<properties>
<property
containsID="true"
dataType="System.Int32"
description="Specifies the lineage identifier of the input column that is associated with this output column."
name="SortColumnId">#{Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ID]}</property>
</properties>
</outputColumn>
<outputColumn
refId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Territory ]"
dataType="wstr"
length="50"
lineageId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Territory ]"
name="Territory ">
<properties>
<property
containsID="true"
dataType="System.Int32"
description="Specifies the lineage identifier of the input column that is associated with this output column."
name="SortColumnId">#{Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Territory ]}</property>
</properties>
</outputColumn>
<outputColumn
refId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Region ]"
dataType="wstr"
length="50"
lineageId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output].Columns[Region ]"
name="Region ">
<properties>
<property
containsID="true"
dataType="System.Int32"
description="Specifies the lineage identifier of the input column that is associated with this output column."
name="SortColumnId">#{Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output].Columns[Region ]}</property>
</properties>
</outputColumn>
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
</components>
<paths>
<path
refId="Package\Data Flow Task.Paths[OLE DB Source Output]"
endId="Package\Data Flow Task\SortedByTerritoryID.Inputs[Sort Input]"
name="OLE DB Source Output"
startId="Package\Data Flow Task\DatasourceSales.Outputs[OLE DB Source Output]" />
<path
refId="Package\Data Flow Task.Paths[Sort Output]"
endId="Package\Data Flow Task\OLE DB Destination.Inputs[OLE DB Destination Input]"
name="Sort Output"
startId="Package\Data Flow Task\SortedByTerritoryID.Outputs[Sort Output]" />
</paths>
</pipeline>
</DTS:ObjectData>
</DTS:Executable>
</DTS:Executables>
<DTS:DesignTimeProperties><![CDATA[<?xml version="1.0"?>
<!--This CDATA section contains the layout information of the package. The section includes information such as (x,y) coordinates, width, and height.-->
<!--If you manually edit this section and make a mistake, you can delete it. -->
<!--The package will still be able to load normally but the previous layout information will be lost and the designer will automatically re-arrange the elements on the design surface.-->
<Objects
Version="8">
<!--Each node below will contain properties that do not affect runtime behavior.-->
<Package
design-time-name="Package">
<LayoutInfo>
<GraphLayout
Capacity="4" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph">
<NodeLayout
Size="152,42.6666666666667"
Id="Package\Data Flow Task"
TopLeft="5.5,5.5" />
</GraphLayout>
</LayoutInfo>
</Package>
<TaskHost
design-time-name="Package\Data Flow Task">
<LayoutInfo>
<GraphLayout
Capacity="8" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:mssgle="clr-namespace:Microsoft.SqlServer.Graph.LayoutEngine;assembly=Microsoft.SqlServer.Graph" xmlns:assembly="http://schemas.microsoft.com/winfx/2006/xaml">
<NodeLayout
Size="172,42.6666666666667"
Id="Package\Data Flow Task\OLE DB Destination"
TopLeft="269.999991953373,314.999990612269" />
<NodeLayout
Size="157.333333333334,42.6666666666667"
Id="Package\Data Flow Task\DatasourceSales"
TopLeft="62.9999981224537,31.9999990463257" />
<NodeLayout
Size="173.333333333334,42.6666666666667"
Id="Package\Data Flow Task\SortedByTerritoryID"
TopLeft="93.4999973773957,117.49999666214" />
<EdgeLayout
Id="Package\Data Flow Task.Paths[OLE DB Source Output]"
TopLeft="141.66666478912,74.6666657129924">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="38.499999254942,42.8333309491476"
Start="0,0"
End="38.499999254942,35.3333309491476">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,17.4166654745738" />
<mssgle:CubicBezierSegment
Point1="0,17.4166654745738"
Point2="0,21.4166654745738"
Point3="4,21.4166654745738" />
<mssgle:LineSegment
End="34.499999254942,21.4166654745738" />
<mssgle:CubicBezierSegment
Point1="34.499999254942,21.4166654745738"
Point2="38.499999254942,21.4166654745738"
Point3="38.499999254942,25.4166654745738" />
<mssgle:LineSegment
End="38.499999254942,35.3333309491476" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package\Data Flow Task.Paths[Sort Output]"
TopLeft="180.166664044062,160.166663328807">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="175.833327909311,154.833327283462"
Start="0,0"
End="175.833327909311,147.333327283462">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,73.416663641731" />
<mssgle:CubicBezierSegment
Point1="0,73.416663641731"
Point2="0,77.416663641731"
Point3="4,77.416663641731" />
<mssgle:LineSegment
End="171.833327909311,77.416663641731" />
<mssgle:CubicBezierSegment
Point1="171.833327909311,77.416663641731"
Point2="175.833327909311,77.416663641731"
Point3="175.833327909311,81.416663641731" />
<mssgle:LineSegment
End="175.833327909311,147.333327283462" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
</GraphLayout>
</LayoutInfo>
</TaskHost>
<PipelineComponentMetadata
design-time-name="Package\Data Flow Task\OLE DB Destination">
<Properties>
<Property>
<Name>DataSourceViewID</Name>
</Property>
<Property>
<Name>TableInfoObjectType</Name>
<Value
type="q2:string">Table</Value>
</Property>
</Properties>
</PipelineComponentMetadata>
<PipelineComponentMetadata
design-time-name="Package\Data Flow Task\DatasourceSales">
<Properties>
<Property>
<Name>DataSourceViewID</Name>
</Property>
<Property>
<Name>TableInfoObjectType</Name>
<Value
type="q2:string">View</Value>
</Property>
</Properties>
</PipelineComponentMetadata>
</Objects>]]></DTS:DesignTimeProperties>
</DTS:Executable>