SSIS Transfer Database Task missing transfer file information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blux2013
    New Member
    • Jun 2013
    • 9

    SSIS Transfer Database Task missing transfer file information

    I'm an SSIS newbie and I'm trying to create a package to automate the migration of 60+ databases. Everything appears to be in order but the Transfer Database Task fails with

    The transfer file information "","","" is missing the filename.

    It also gives the same error for the folder part, and says it could not find the file"\" in the source database "foo".

    These things are being populated in expressions. It's like the task isn't recognizing the expressions.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    We would need to know how the expressions are being populated and how they're being used in the task.

    Comment

    • blux2013
      New Member
      • Jun 2013
      • 9

      #3
      The expression for the SourceDatabase is coming from a variable @[User::DbName] and the SourceDatabaseF iles are being populated with the following expression:

      Code:
      "\"" +  @[User::FileName] + "\", \"" +  @[User::SrcPath] + "\",\"\";  \"" + @[User::LogName]+ "\", \"" +  @[User::SrcPath] + "\",\"\""
      During debugging I can see the variable values in the locals window and everything looks good there but the task fails.

      I have DelayValidation set to true. I just don't know what I'm missing.

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Is evaluate as expression set to true?

        Comment

        • blux2013
          New Member
          • Jun 2013
          • 9

          #5
          Yes, evaluate as expression is set to true as well.

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            Please post the XML code, remember to use code tags when you do so.

            Comment

            • blux2013
              New Member
              • Jun 2013
              • 9

              #7
              Not sure what exactly you need, so here is all the xml:

              Code:
              <?xml version="1.0"?><DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:ExecutableType="SSIS.Package.2">
              <DTS:Property DTS:Name="PackageFormatVersion">3</DTS:Property>
              <DTS:Property DTS:Name="VersionComments"></DTS:Property>
              <DTS:Property DTS:Name="CreatorName">VALPO\blux</DTS:Property>
              <DTS:Property DTS:Name="CreatorComputerName">MSSQL-01</DTS:Property>
              <DTS:Property DTS:Name="CreationDate" DTS:DataType="7">5/31/2013 1:56:42 PM</DTS:Property>
              <DTS:Property DTS:Name="PackageType">5</DTS:Property>
              <DTS:Property DTS:Name="ProtectionLevel">1</DTS:Property>
              <DTS:Property DTS:Name="MaxConcurrentExecutables">-1</DTS:Property>
              <DTS:Property DTS:Name="PackagePriorityClass">0</DTS:Property>
              <DTS:Property DTS:Name="VersionMajor">1</DTS:Property>
              <DTS:Property DTS:Name="VersionMinor">0</DTS:Property>
              <DTS:Property DTS:Name="VersionBuild">130</DTS:Property>
              <DTS:Property DTS:Name="VersionGUID">{379C61D0-4E5E-43D0-A1E6-28D809C760E8}</DTS:Property>
              <DTS:Property DTS:Name="EnableConfig">0</DTS:Property>
              <DTS:Property DTS:Name="CheckpointFileName"></DTS:Property>
              <DTS:Property DTS:Name="SaveCheckpoints">0</DTS:Property>
              <DTS:Property DTS:Name="CheckpointUsage">0</DTS:Property>
              <DTS:Property DTS:Name="SuppressConfigurationWarnings">0</DTS:Property>
              <DTS:ConnectionManager>
              <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">MSSQL-01.sa</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{2D677388-6C8F-4A8B-B2BB-0E1272C3AF30}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName">SMOServer</DTS:Property><DTS:ObjectData><SMOServerConnectionManager ConnectionString="SqlServerName=MSSQL-01;UseWindowsAuthentication=False;UserName=sa;"><PassWord Sensitive="1" Encrypted="1">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAjMprX4iRK0OtgGs2dDEZbwAAAAAIAAAARABUAFMAAAADZgAAwAAAABAAAADFCdRkErpJG6IbRD+bvDuIAAAAAASAAACgAAAAEAAAAI/kd9AsGFHjIy1+2JQMyVsQAAAA+inFC7+neIJpseaeJJQ9HxQAAAB8TMuMk2eD/kOBkGub1Xi7v5Pl1A</PassWord></SMOServerConnectionManager></DTS:ObjectData></DTS:ConnectionManager>
              <DTS:ConnectionManager>
              <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">MSSQL-01.sa 1</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName">OLEDB</DTS:Property><DTS:ObjectData><DTS:ConnectionManager>
              <DTS:Property DTS:Name="Retain">0</DTS:Property><DTS:Password DTS:Name="Password" Sensitive="1" Encrypted="1">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAjMprX4iRK0OtgGs2dDEZbwAAAAAIAAAARABUAFMAAAADZgAAwAAAABAAAABh3r49BXbp2P3IGoXKmEE7AAAAAASAAACgAAAAEAAAAEVgeXn15q0laQnO61d+KYcQAAAA7t/VO2A4n5cozw/Vyj3npRQAAAAJzayhwgYoARcC7kswycbhu24rvQ</DTS:Password>
              <DTS:Property DTS:Name="ConnectionString">Data Source=MSSQL-01;User ID=sa;Provider=SQLNCLI10.1;Application Name=SSIS-Package-{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}MSSQL-01.sa 1;Auto Translate=False;</DTS:Property></DTS:ConnectionManager></DTS:ObjectData></DTS:ConnectionManager>
              <DTS:ConnectionManager>
              <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">MSSQL-02.sa</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{A765A344-EE85-4F3A-BB7A-A887E2201020}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName">SMOServer</DTS:Property><DTS:ObjectData><SMOServerConnectionManager ConnectionString="SqlServerName=MSSQL-02;UseWindowsAuthentication=False;UserName=sa;"><PassWord Sensitive="1" Encrypted="1">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAjMprX4iRK0OtgGs2dDEZbwAAAAAIAAAARABUAFMAAAADZgAAwAAAABAAAACw9YAD+rd7hZbcifRjSeMzAAAAAASAAACgAAAAEAAAAO46Z1oZrElByNaG3Q2FOOgQAAAAiFSixWfNoXzJmZ6mqjYONhQAAACYkBQDpYy+msyPCa2AQfJa8pD7Ew</PassWord></SMOServerConnectionManager></DTS:ObjectData></DTS:ConnectionManager>
              <DTS:Property DTS:Name="LastModifiedProductVersion">10.50.2500.0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">1033</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="3">0</DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">DatabaseID</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{36D66C2E-AD86-48C2-B77E-A2734AAC1844}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataSubType="ManagedSerializable" DTS:DataType="13"><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
              <SOAP-ENV:Body>
              <xsd:anyType id="ref-1">
              </xsd:anyType>
              </SOAP-ENV:Body>
              </SOAP-ENV:Envelope></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">Databases</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{1DECE7F7-C578-4DE5-AC46-36BBA24BC45E}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">-1</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">DbName</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{1868271E-48DB-4209-B8CF-B2837A3CF4C2}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">-1</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">DestPath</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{87CA4CEB-46DD-4E9C-A97D-171189A88ECC}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">-1</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">FileName</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{A75D554D-19BC-4E71-9B2D-0BDA5B602AA7}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">-1</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">LogName</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{A070490E-C389-4CBD-A418-7D39D3989A84}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">-1</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">Path</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{C466DCAE-B91E-44C6-A8D1-031FC435D59D}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">-1</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">SrcPath</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{E63DC114-8803-430B-BC69-CDAAEE1CDB5A}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
              <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
              <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
              <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Property DTS:Name="ObjectName">Execute SQL Task - List Databases</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}</DTS:Property>
              <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="SELECT database_id, name FROM sys.databases WHERE database_id &gt; '4';" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_Rowset" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::Databases"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
              <DTS:Executable DTS:ExecutableType="STOCK:FOREACHLOOP">
              <DTS:ForEachEnumerator>
              <DTS:Property DTS:Name="ObjectName">{85280432-AAF9-4DC4-8200-4A308A172189}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{85280432-AAF9-4DC4-8200-4A308A172189}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ForEachADOEnumerator, Microsoft.SqlServer.ForEachADOEnumerator, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property><DTS:ObjectData><FEEADO EnumType="EnumerateAllRows" VarName="User::Databases"/></DTS:ObjectData></DTS:ForEachEnumerator>
              <DTS:Property DTS:Name="MaxConcurrent">1</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
              <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
              <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
              <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Property DTS:Name="ObjectName">Execute SQL Task-Get File Names</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{F043CC3A-BF70-434D-81C3-3959F464FE45}</DTS:Property>
              <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="SELECT name + '.mdf' FROM sys.master_files WHERE database_id = ? AND file_id = 1;" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::FileName"/><SQLTask:ParameterBinding SQLTask:ParameterName="0" SQLTask:DtsVariableName="User::DatabaseID" SQLTask:ParameterDirection="Input" SQLTask:DataType="2" SQLTask:ParameterSize="-1"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
              <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
              <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
              <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
              <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Property DTS:Name="ObjectName">Execute SQL Task - Get Log</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{6D33A501-4D79-4D0E-8B48-965F5A93921B}</DTS:Property>
              <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="SELECT name + '.ldf' FROM sys.master_files WHERE database_id = ? AND file_id =2;" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::LogName"/><SQLTask:ParameterBinding SQLTask:ParameterName="0" SQLTask:DtsVariableName="User::DatabaseID" SQLTask:ParameterDirection="Input" SQLTask:DataType="3" SQLTask:ParameterSize="-1"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
              <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
              <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
              <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
              <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Property DTS:Name="ObjectName">Execute SQL Task</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{592B5F99-C58A-423D-9935-E67CB2C46C0C}</DTS:Property>
              <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="select SUBSTRING(physical_name, 1,8) as pth from sys.master_files where database_id = ?;" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::Path"/><SQLTask:ParameterBinding SQLTask:ParameterName="0" SQLTask:DtsVariableName="User::DatabaseID" SQLTask:ParameterDirection="Input" SQLTask:DataType="3" SQLTask:ParameterSize="-1"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
              <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask, Microsoft.SqlServer.ScriptTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
              <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
              <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
              <DTS:Property DTS:Name="TaskContact"></DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:Variable>
              <DTS:Property DTS:Name="Expression"></DTS:Property>
              <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
              <DTS:Property DTS:Name="Namespace">User</DTS:Property>
              <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
              <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
              <DTS:Property DTS:Name="IncludeInDebugDump">6789</DTS:Property><DTS:VariableValue DTS:DataType="3">0</DTS:VariableValue>
              <DTS:Property DTS:Name="ObjectName">Variable</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{EC11A06E-A0BB-445A-9C3E-D8828981BDC2}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
              <DTS:Property DTS:Name="ObjectName">Script Task</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{98650444-264C-4F84-9151-B938F91B05E0}</DTS:Property>
              <DTS:Property DTS:Name="Description">Script Task</DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask, Microsoft.SqlServer.ScriptTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><ScriptProject Name="ST_14b537a150564ab9a45bdda5e84a1039" VSTAMajorVersion="2" VSTAMinorVersion="1" Language="CSharp" EntryPoint="Main" ReadOnlyVariables="User::Path" ReadWriteVariables="User::DestPath,User::SrcPath"><ProjectItem Name="\scriptmain.cs">
              <![CDATA[/*
                 Microsoft SQL Server Integration Services Script Task
                 Write scripts using Microsoft Visual C# 2008.
                 The ScriptMain is the entry point class of the script.
              */
              
              using System;
              using System.Data;
              using Microsoft.SqlServer.Dts.Runtime;
              using System.Windows.Forms;
              
              namespace ST_14b537a150564ab9a45bdda5e84a1039.csproj
              {
                  [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
                  public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
                  {
              
                      #region VSTA generated code
                      enum ScriptResults
                      {
                          Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                          Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
                      };
                      #endregion
              
                      /*
              		The execution engine calls this method when the task executes.
              		To access the object model, use the Dts property. Connections, variables, events,
              		and logging features are available as members of the Dts property as shown in the following examples.
              
              		To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
              		To post a log entry, call Dts.Log("This is my log text", 999, null);
              		To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
              
              		To use the connections collection use something like the following:
              		ConnectionManager cm = Dts.Connections.Add("OLEDB");
              		cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
              
              		Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
              		
              		To open Help, press F1.
              	*/
              
                      public void Main()
                      {
                          string src;
                          string dst;
                          string pth = Dts.Variables["Path"].Value.ToString();
              
               
                              pth = pth.Substring(3, 5);
                              //src = "\\\\mssql-01\\e$\\" + pth;
                              src = "E:\\" + pth;
                              //dst = "\\\\mssql-02\\e$\\" + pth;
                              dst = "E:\\" + pth;
                          
                          Dts.Variables["SrcPath"].Value = src;
                          Dts.Variables["DestPath"].Value = dst;
              
                          Dts.TaskResult = (int)ScriptResults.Success;
                      }
                  }
              }]]></ProjectItem><ProjectItem Name="\properties\resources.designer.cs">
              <![CDATA[//------------------------------------------------------------------------------
              // <auto-generated>
              //     This code was generated by a tool.
              //
              //     Changes to this file may cause incorrect behavior and will be lost if
              //     the code is regenerated.
              // </auto-generated>
              //------------------------------------------------------------------------------
              
              [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources.get_ResourceManager():System.Resources.Resou" +
                  "rceManager")]
              [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources.get_Culture():System.Globalization.CultureIn" +
                  "fo")]
              [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources.set_Culture(System.Globalization.CultureInfo" +
                  "):Void")]
              
              namespace ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties
              {
              
              
                  /// <summary>
                  ///   A strongly-typed resource class, for looking up localized strings, etc.
                  /// </summary>
                  // This class was auto-generated by the StronglyTypedResourceBuilder
                  // class via a tool like ResGen or Visual Studio.
                  // To add or remove a member, edit your .ResX file then rerun ResGen
                  // with the /str option, or rebuild your VS project.
                  [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
                  internal class Resources
                  {
              
                      private static global::System.Resources.ResourceManager resourceMan;
              
                      private static global::System.Globalization.CultureInfo resourceCulture;
              
                      [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
                      internal Resources()
                      {
                      }
              
                      /// <summary>
                      ///   Returns the cached ResourceManager instance used by this class.
                      /// </summary>
                      [global::System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
                      internal static global::System.Resources.ResourceManager ResourceManager
                      {
                          get
                          {
                              if ((resourceMan == null))
                              {
                                  global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources", typeof(Resources).Assembly);
                                  resourceMan = temp;
                              }
                              return resourceMan;
                          }
                      }
              
                      /// <summary>
                      ///   Overrides the current thread's CurrentUICulture property for all
                      ///   resource lookups using this strongly typed resource class.
                      /// </summary>
                      [global::System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
                      internal static global::System.Globalization.CultureInfo Culture
                      {
                          get
                          {
                              return resourceCulture;
                          }
                          set
                          {
                              resourceCulture = value;
                          }
                      }
                  }
              }]]></ProjectItem><ProjectItem Name="\properties\resources.resx">
              <![CDATA[<?xml version="1.0" encoding="utf-8"?>
              <root>
                <!-- 
                  Microsoft ResX Schema 
                  
                  Version 2.0
                  
                  The primary goals of this format is to allow a simple XML format 
                  that is mostly human readable. The generation and parsing of the 
                  various data types are done through the TypeConverter classes 
                  associated with the data types.
                  
                  Example:
                  
                  ... ado.net/XML headers & schema ...
                  <resheader name="resmimetype">text/microsoft-resx</resheader>
                  <resheader name="version">2.0</resheader>
                  <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
                  <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
                  <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
                  <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
                  <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
                      <value>[base64 mime encoded serialized .NET Framework object]</value>
                  </data>
                  <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
                      <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
                      <comment>This is a comment</comment>
                  </data>
                              
                  There are any number of "resheader" rows that contain simple 
                  name/value pairs.
                  
                  Each data row contains a name, and value. The row also contains a 
                  type or mimetype. Type corresponds to a .NET class that support 
                  text/value conversion through the TypeConverter architecture. 
                  Classes that don't support this are serialized and stored with the 
                  mimetype set.
                  
                  The mimetype is used for serialized objects, and tells the 
                  ResXResourceReader how to depersist the object. This is currently not 
                  extensible. For a given mimetype the value must be set accordingly:
                  
                  Note - application/x-microsoft.net.object.binary.base64 is the format 
                  that the ResXResourceWriter will generate, however the reader can 
                  read any of the formats listed below.
                  
                  mimetype: application/x-microsoft.net.object.binary.base64
                  value   : The object must be serialized with 
                          : System.Serialization.Formatters.Binary.BinaryFormatter
                          : and then encoded with base64 encoding.
                  
                  mimetype: application/x-microsoft.net.object.soap.base64
                  value   : The object must be serialized with 
                          : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
                          : and then encoded with base64 encoding.
              
                  mimetype: application/x-microsoft.net.object.bytearray.base64
                  value   : The object must be serialized into a byte array 
                          : using a System.ComponentModel.TypeConverter
                          : and then encoded with base64 encoding.
                  -->
                <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
                  <xsd:element name="root" msdata:IsDataSet="true">
                    <xsd:complexType>
                      <xsd:choice maxOccurs="unbounded">
                        <xsd:element name="metadata">
                          <xsd:complexType>
                            <xsd:sequence>
                              <xsd:element name="value" type="xsd:string" minOccurs="0" />
                            </xsd:sequence>
                            <xsd:attribute name="name" type="xsd:string" />
                            <xsd:attribute name="type" type="xsd:string" />
                            <xsd:attribute name="mimetype" type="xsd:string" />
                          </xsd:complexType>
                        </xsd:element>
                        <xsd:element name="assembly">
                          <xsd:complexType>
                            <xsd:attribute name="alias" type="xsd:string" />
                            <xsd:attribute name="name" type="xsd:string" />
                          </xsd:complexType>
                        </xsd:element>
                        <xsd:element name="data">
                          <xsd:complexType>
                            <xsd:sequence>
                              <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                              <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
                            </xsd:sequence>
                            <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
                            <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
                            <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
                          </xsd:complexType>
                        </xsd:element>
                        <xsd:element name="resheader">
                          <xsd:complexType>
                            <xsd:sequence>
                              <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                            </xsd:sequence>
                            <xsd:attribute name="name" type="xsd:string" use="required" />
                          </xsd:complexType>
                        </xsd:element>
                      </xsd:choice>
                    </xsd:complexType>
                  </xsd:element>
                </xsd:schema>
                <resheader name="resmimetype">
                  <value>text/microsoft-resx</value>
                </resheader>
                <resheader name="version">
                  <value>2.0</value>
                </resheader>
                <resheader name="reader">
                  <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
                </resheader>
                <resheader name="writer">
                  <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
                </resheader>
              </root>]]></ProjectItem><ProjectItem Name="\properties\settings.designer.cs">
              <![CDATA[//------------------------------------------------------------------------------
              // <auto-generated>
              //     This code was generated by a tool.
              //
              //     Changes to this file may cause incorrect behavior and will be lost if
              //     the code is regenerated.
              // </auto-generated>
              //------------------------------------------------------------------------------
              
              [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Settings.get_Default():ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Sett" +
                  "ings")]
              
              namespace ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties
              {
              
              
                  internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
                  {
              
                      [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
                      private static Settings defaultInstance = new Settings();
              
                      public static Settings Default
                      {
                          get
                          {
                              return defaultInstance;
                          }
                      }
                  }
              }]]></ProjectItem><ProjectItem Name="\properties\settings.settings">
              <![CDATA[<?xml version='1.0' encoding='iso-8859-1'?>
              <SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
                <Profiles>
                  <Profile Name="(Default)" />
                </Profiles>
                <Settings />
              </SettingsFile>]]></ProjectItem><ProjectItem Name="\properties\assemblyinfo.cs">
              <![CDATA[using System.Reflection;
              using System.Runtime.CompilerServices;
              
              //
              // General Information about an assembly is controlled through the following 
              // set of attributes. Change these attribute values to modify the information
              // associated with an assembly.
              //
              [assembly: AssemblyTitle("ST_14b537a150564ab9a45bdda5e84a1039.csproj")]
              [assembly: AssemblyDescription("")]
              [assembly: AssemblyConfiguration("")]
              [assembly: AssemblyCompany("")]
              [assembly: AssemblyProduct("ST_14b537a150564ab9a45bdda5e84a1039.csproj")]
              [assembly: AssemblyCopyright("Copyright @  2013")]
              [assembly: AssemblyTrademark("")]
              [assembly: AssemblyCulture("")]
              //
              // Version information for an assembly consists of the following four values:
              //
              //      Major Version
              //      Minor Version 
              //      Build Number
              //      Revision
              //
              // You can specify all the values or you can default the Revision and Build Numbers 
              // by using the '*' as shown below:
              
              [assembly: AssemblyVersion("1.0.*")]]]></ProjectItem><ProjectItem Name="\st_14b537a150564ab9a45bdda5e84a1039.csproj">
              <![CDATA[<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
                <!-- This section defines project-level properties.
              
                     Configuration - Specifies whether the default configuration is Release or Debug.
                     Platform - Specifies what CPU the output of this project can run on.
                     OutputType - Must be "Library" for VSTA.
                     NoStandardLibraries - Set to "false" for VSTA.
                     RootNamespace - In C#, this specifies the namespace given to new files.
                                     In Visual Basic, all objects are wrapped in this namespace at runtime.
                     AssemblyName - Name of the output assembly.
                -->
                <PropertyGroup>
                  <ProjectTypeGuids>{A860303F-1F3F-4691-B57E-529FC101A107};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
                  <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
                  <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
                  <OutputType>Library</OutputType>
                  <NoStandardLibraries>false</NoStandardLibraries>
                  <RootNamespace>ST_14b537a150564ab9a45bdda5e84a1039.csproj</RootNamespace>
                  <AssemblyName>ST_14b537a150564ab9a45bdda5e84a1039.csproj</AssemblyName>
                  <ProjectGuid>{01D8EF90-8DCC-4562-BD0C-976113B9A200}</ProjectGuid>
                </PropertyGroup>
                <!-- This section defines properties that are set when the "Debug" configuration is
                     selected.
              
                     DebugSymbols - If true, create symbols (.pdb). If false, do not create symbols.
                     Optimize - If true, optimize the build output. If false, do not optimize.
                     OutputPath - Output path of the project relative to the project file.
                     EnableUnmanagedDebugging - If true, starting the debugger will attach both managed and unmanaged debuggers.
                     DefineConstants - Constants defined for the preprocessor.
                     Warning Level - Warning level for the compiler.
                -->
                <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
                  <DebugSymbols>true</DebugSymbols>
                  <Optimize>false</Optimize>
                  <OutputPath>.\bin\Debug\</OutputPath>
                  <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
                  <DefineConstants>DEBUG;TRACE</DefineConstants>
                  <WarningLevel>4</WarningLevel>
                </PropertyGroup>
                <!-- This section defines properties that are set when the "Release" configuration is
                     selected.
              
                     DebugSymbols - If true, create symbols (.pdb). If false, do not create symbols.
                     Optimize - If true, optimize the build output. If false, do not optimize.
                     OutputPath - Output path of the project relative to the project file.
                     EnableUnmanagedDebugging - If true, starting the debugger will attach both managed and unmanaged debuggers.
                     DefineConstants - Constants defined for the preprocessor.
                     Warning Level - Warning level for the compiler.
                -->
                <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
                  <DebugSymbols>false</DebugSymbols>
                  <Optimize>true</Optimize>
                  <OutputPath>.\bin\Release\</OutputPath>
                  <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
                  <DefineConstants>TRACE</DefineConstants>
                  <WarningLevel>4</WarningLevel>
                </PropertyGroup>
                <!-- This section enables pre- and post-build steps. However,
                     it is recommended that MSBuild tasks be used instead of these properties.
                -->
                <PropertyGroup>
                  <PreBuildEvent>
                  </PreBuildEvent>
                  <PostBuildEvent>
                  </PostBuildEvent>
                </PropertyGroup>
                <!-- This sections specifies references for the project. -->
                <ItemGroup>
                  <Reference Include="System" />
                  <Reference Include="System.AddIn, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
                  <Reference Include="System.Data" />
                  <Reference Include="System.Windows.Forms" />
                  <Reference Include="System.Xml" />
                  <Reference Include="Microsoft.SqlServer.ManagedDTS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
                  <Reference Include="Microsoft.SqlServer.ScriptTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
                </ItemGroup>
                <!-- This section defines the user source files that are part of the
                     project.
              
                     Compile - Specifies a source file to compile.
                     EmbeddedResource - Specifies a .resx file for embedded resources.
                     None - Specifies a file that is not to be passed to the compiler (for instance,
                            a text file or XML file).
                     AppDesigner - Specifies the directory where the application properties files can
                                   be found.
                -->
                <ItemGroup>
                  <AppDesigner Include="Properties\" />
                  <Compile Include="Properties\AssemblyInfo.cs">
                    <SubType>Code</SubType>
                  </Compile>
                  <EmbeddedResource Include="Properties\Resources.resx">
                    <Generator>ResXFileCodeGenerator</Generator>
                    <LastGenOutput>Resources.Designer.cs</LastGenOutput>
                  </EmbeddedResource>
                  <Compile Include="Properties\Resources.Designer.cs">
                    <AutoGen>True</AutoGen>
                    <DependentUpon>Resources.resx</DependentUpon>
                  </Compile>
                  <None Include="Properties\Settings.settings">
                    <Generator>SettingsSingleFileGenerator</Generator>
                    <LastGenOutput>Settings.Designer.cs</LastGenOutput>
                  </None>
                  <Compile Include="Properties\Settings.Designer.cs">
                    <AutoGen>True</AutoGen>
                    <DependentUpon>Settings.settings</DependentUpon>
                  </Compile>
                  <Compile Include="ScriptMain.cs">
                    <SubType>Code</SubType>
                  </Compile>
                  <!-- Include the default configuration information and metadata files for the add-in.
                       These files are copied to the build output directory when the project is
                       built, and the path to the configuration file is passed to add-in on the command
                       line when debugging.
                  -->
                </ItemGroup>
                <!-- Include the build rules for a C# project.-->
                <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
                <!-- This section defines VSTA properties that describe the host-changable project properties. -->
                <ProjectExtensions>
                  <VisualStudio>
                    <FlavorProperties GUID="{A860303F-1F3F-4691-B57E-529FC101A107}">
                      <ProjectProperties HostName="VSTAHostName" HostPackage="{C1B21C64-9E6F-4923-A89D-9F958503C1CE}" ApplicationType="usd" Language="cs" TemplatesPath="" DebugInfoExeName="#HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\InstallDir#\devenv.exe" />
                      <Host Name="SSIS_ScriptTask" />
                      <ProjectClient>
                        <HostIdentifier>SSIS_ScriptTask</HostIdentifier>
                      </ProjectClient>
                    </FlavorProperties>
                  </VisualStudio>
                </ProjectExtensions>
              </Project>]]></ProjectItem><BinaryItem Name="\bin\release\st_14b537a150564ab9a45bdda5e84a1039.csproj.dll">TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAgAAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v
              ZGUuDQ0KJAAAAAAAAABQRQAATAEDAN2et1EAAAAAAAAAAOAAAiELAQgAABAAAAAIAAAAAAAAji4A
              AAAgAAAAQAAAAABAAAAgAAAAAgAABAAAAAAAAAAEAAAAAAAAAACAAAAAAgAAAAAAAAMAQIUAABAA
              ABAAAAAAEAAAEAAAAAAAABAAAAAAAAAAAAAAADwuAABPAAAAAEAAAEgEAAAAAAAAAAAAAAAAAAAA
              AAAAAGAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAIAAACAAAAAAAAAAAAAAACCAAAEgAAAAAAAAAAAAAAC50ZXh0AAAAlA4AAAAgAAAAEAAAAAIA
              AAAAAAAAAAAAAAAAACAAAGAucnNyYwAAAEgEAAAAQAAAAAYAAAASAAAAAAAAAAAAAAAAAABAAABA
              LnJlbG9jAAAMAAAAAGAAAAACAAAAGAAAAAAAAAAAAAAAAAAAQAAAQgAAAAAAAAAAAAAAAAAAAABw
              LgAAAAAAAEgAAAACAAUAECIAACwMAAABAAAAAAAAAFghAAC4AAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4CKA0AAAoqEzADAC0AAAABAAARfgEAAAQtIHIBAABw0AIA
              AAIoDgAACm8PAAAKcxAAAAoKBoABAAAEfgEAAAQqGn4CAAAEKh4CgAIAAAQqGn4DAAAEKi5zBgAA
              BoADAAAEKh4CKBMAAAoqABMwAwCEAAAAAgAAEQIoFQAACm8WAAAKcoEAAHBvFwAACm8YAAAKbxkA
              AAoMCBkbbxoAAAoMcosAAHAIKBsAAAoKcosAAHAIKBsAAAoLAigVAAAKbxYAAApykwAAcG8XAAAK
              Bm8cAAAKAigVAAAKbxYAAApyowAAcG8XAAAKB28cAAAKAigVAAAKFm8dAAAKKh4CKB4AAAoqAAAA
              ALQAAADOyu++AQAAAJEAAABsU3lzdGVtLlJlc291cmNlcy5SZXNvdXJjZVJlYWRlciwgbXNjb3Js
              aWIsIFZlcnNpb249Mi4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdh
              NWM1NjE5MzRlMDg5I1N5c3RlbS5SZXNvdXJjZXMuUnVudGltZVJlc291cmNlU2V0AgAAAAAAAAAA
              AAAAUEFEUEFEULQAAABCU0pCAQABAAAAAAAMAAAAdjIuMC41MDcyNwAAAAAFAGwAAADYAwAAI34A
              AEQEAAC0BQAAI1N0cmluZ3MAAAAA+AkAALgAAAAjVVMAsAoAABAAAAAjR1VJRAAAAMAKAABsAQAA
              I0Jsb2IAAAAAAAAAAgAAAVcdogEJAwAAAPoBMwAWAAABAAAAHQAAAAUAAAAGAAAACQAAAAEAAAAe
              AAAAAgAAAA4AAAACAAAAAgAAAAMAAAAEAAAAAQAAAAUAAAABAAAAAQAAAAAACgABAAAAAAAGANYA
              zwAKAPIA3QAOAFIBKQEGAG4BzwAGAIQBcwEGALUBoAEGAGQCUgIGAHsCUgIGAJgCUgIGALcCUgIG
              ANACUgIGAOkCUgIGAAQDUgIGAB8DUgIGADgDUgIGAHEDUQMGAJEDUQMGAMIDrwMGAN8DzwAGAOQD
              zwAGAAgEUgIKADQEHgQKAE0EHgQGAGIEUQMSAJEEhAQOAKAEKQEWAPkE2QQWABEF2QQGADYFzwAA
              AAAAAQAAAAAAAQABAAAAEAA5AEMABQABAAEAAAEQAHkAQwAJAAMABQABABAAggCNAA0ABAAIAAMB
              AAC4AAAAEQAEAAoAEQCUARMAEQDBARcAEQALAjkABgY0AkcAVoA8AkoAVoBEAkoAUCAAAAAAgxjR
              ARsAAQBYIAAAAACTCNcBHwABAJEgAAAAAJMI6wEkAAEAmCAAAAAAkwj3ASkAAQCgIAAAAACWCBsC
              PQACALMgAAAAAIYY0QEbAAIApyAAAAAAkRh9BIkAAgC8IAAAAACGAC8CGwACAEwhAAAAAIYY0QEb
              AAIAAAABAEwCOQDRAVgAQQDRAVgASQDRAVgAUQDRAVgAWQDRAVgAYQDRAVgAaQDRAVgAcQDRAVgA
              eQDRAVgAgQDRAV0AiQDRARsAkQDRARsACQDRARsAmQD2A2IAmQARBGkAKQDRAW4AsQDRAXoAwQDR
              ARsAEQDRARsAyQDRAVgAGQCyBMcA0QADBcwA2QAaBdEA4QAjBdcACQAtBdsA6QA9Bd8A6QBHBeUA
              4QBOBesA0QBYBV0AGQDRARsACAAUAE4ACAAYAFMAKQCLAIAALgATACYBLgAbACYBLgAjACYBLgBT
              AEMBLgALAPYALgArAPYALgA7ACYBLgBbAEwBLgAzACwBQwBjAFMASQCLAIAAYQCTAFMAgwCjAI0A
              dQDwAAIAAQADAAMAAACEAS8AAAADAjQAAAAnAkIAAgACAAMAAgADAAUAAQAEAAUAAgAFAAcABIAA
              AAEAAAAuE/5wAAAAAAAAjQAAAAIAAAAAAAAAAAAAAAEAxgAAAAAAAgAAAAAAAAAAAAAAAQDPAAAA
              AAAKAAAAAAAAAAAAAAAKAAoBAAAAAAMABQAAAAAAAAAAAAEAhAQAAAAACgAAAAAAAAAAAAAACgC6
              BAAAAAAAAAAAAQAAAGcFAAAFAAQAAAAAPE1vZHVsZT4AU1RfMTRiNTM3YTE1MDU2NGFiOWE0NWJk
              ZGE1ZTg0YTEwMzkuY3Nwcm9qLmRsbABSZXNvdXJjZXMAU1RfMTRiNTM3YTE1MDU2NGFiOWE0NWJk
              ZGE1ZTg0YTEwMzkuY3Nwcm9qLlByb3BlcnRpZXMAU2V0dGluZ3MAU2NyaXB0TWFpbgBTVF8xNGI1
              MzdhMTUwNTY0YWI5YTQ1YmRkYTVlODRhMTAzOS5jc3Byb2oAU2NyaXB0UmVzdWx0cwBtc2Nvcmxp
              YgBTeXN0ZW0AT2JqZWN0AFN5c3RlbS5Db25maWd1cmF0aW9uAEFwcGxpY2F0aW9uU2V0dGluZ3NC
              YXNlAE1pY3Jvc29mdC5TcWxTZXJ2ZXIuU2NyaXB0VGFzawBNaWNyb3NvZnQuU3FsU2VydmVyLkR0
              cy5UYXNrcy5TY3JpcHRUYXNrAFZTVEFSVFNjcmlwdE9iamVjdE1vZGVsQmFzZQBFbnVtAFN5c3Rl
              bS5SZXNvdXJjZXMAUmVzb3VyY2VNYW5hZ2VyAHJlc291cmNlTWFuAFN5c3RlbS5HbG9iYWxpemF0
              aW9uAEN1bHR1cmVJbmZvAHJlc291cmNlQ3VsdHVyZQAuY3RvcgBnZXRfUmVzb3VyY2VNYW5hZ2Vy
              AGdldF9DdWx0dXJlAHNldF9DdWx0dXJlAEN1bHR1cmUAZGVmYXVsdEluc3RhbmNlAGdldF9EZWZh
              dWx0AERlZmF1bHQATWFpbgB2YWx1ZV9fAFN1Y2Nlc3MARmFpbHVyZQB2YWx1ZQBTeXN0ZW0uUmVm
              bGVjdGlvbgBBc3NlbWJseVRpdGxlQXR0cmlidXRlAEFzc2VtYmx5RGVzY3JpcHRpb25BdHRyaWJ1
              dGUAQXNzZW1ibHlDb25maWd1cmF0aW9uQXR0cmlidXRlAEFzc2VtYmx5Q29tcGFueUF0dHJpYnV0
              ZQBBc3NlbWJseVByb2R1Y3RBdHRyaWJ1dGUAQXNzZW1ibHlDb3B5cmlnaHRBdHRyaWJ1dGUAQXNz
              ZW1ibHlUcmFkZW1hcmtBdHRyaWJ1dGUAQXNzZW1ibHlDdWx0dXJlQXR0cmlidXRlAEFzc2VtYmx5
              VmVyc2lvbkF0dHJpYnV0ZQBTeXN0ZW0uUnVudGltZS5Db21waWxlclNlcnZpY2VzAENvbXBpbGF0
              aW9uUmVsYXhhdGlvbnNBdHRyaWJ1dGUAUnVudGltZUNvbXBhdGliaWxpdHlBdHRyaWJ1dGUAU3lz
              dGVtLkRpYWdub3N0aWNzAERlYnVnZ2VyTm9uVXNlckNvZGVBdHRyaWJ1dGUAVHlwZQBSdW50aW1l
              VHlwZUhhbmRsZQBHZXRUeXBlRnJvbUhhbmRsZQBBc3NlbWJseQBnZXRfQXNzZW1ibHkAU3lzdGVt
              LkNvbXBvbmVudE1vZGVsAEVkaXRvckJyb3dzYWJsZUF0dHJpYnV0ZQBFZGl0b3JCcm93c2FibGVT
              dGF0ZQBDb21waWxlckdlbmVyYXRlZEF0dHJpYnV0ZQAuY2N0b3IAU3lzdGVtLkFkZEluAEFkZElu
              QXR0cmlidXRlAFNjcmlwdE9iamVjdE1vZGVsAGdldF9EdHMATWljcm9zb2Z0LlNxbFNlcnZlci5N
              YW5hZ2VkRFRTAE1pY3Jvc29mdC5TcWxTZXJ2ZXIuRHRzLlJ1bnRpbWUAVmFyaWFibGVzAGdldF9W
              YXJpYWJsZXMAVmFyaWFibGUAZ2V0X0l0ZW0AZ2V0X1ZhbHVlAFRvU3RyaW5nAFN0cmluZwBTdWJz
              dHJpbmcAQ29uY2F0AHNldF9WYWx1ZQBzZXRfVGFza1Jlc3VsdABTVF8xNGI1MzdhMTUwNTY0YWI5
              YTQ1YmRkYTVlODRhMTAzOS5jc3Byb2ouUHJvcGVydGllcy5SZXNvdXJjZXMucmVzb3VyY2VzAAAA
              AAB/UwBUAF8AMQA0AGIANQAzADcAYQAxADUAMAA1ADYANABhAGIAOQBhADQANQBiAGQAZABhADUA
              ZQA4ADQAYQAxADAAMwA5AC4AYwBzAHAAcgBvAGoALgBQAHIAbwBwAGUAcgB0AGkAZQBzAC4AUgBl
              AHMAbwB1AHIAYwBlAHMAAAlQAGEAdABoAAAHRQA6AFwAAA9TAHIAYwBQAGEAdABoAAARRABlAHMA
              dABQAGEAdABoAAAAAABdOpJaCIoHRJb4VdLaCEHoAAi3elxWGTTgiQiJhF3NgIDMkQMGEhUDBhIZ
              AyAAAQQAABIVBAAAEhkFAAEBEhkECAASFQQIABIZAwYSDAQAABIMBAgAEgwCBggDBhEUBAAAAAAE
              AQAAAAQgAQEOBCABAQgGAAESTRFRBCAAElUGIAIBDhJVBAcBEhUFIAEBEV0IAQACAAAAAAADAAAB
              OQEAClNjcmlwdE1haW4DAFQOB1ZlcnNpb24DMS4wVA4JUHVibGlzaGVyAFQOC0Rlc2NyaXB0aW9u
              AAQgABJpBCAAEm0FIAEScRwDIAAcAyAADgUgAg4ICAUAAg4ODgQgAQEcBQcDDg4OLwEAKlNUXzE0
              YjUzN2ExNTA1NjRhYjlhNDViZGRhNWU4NGExMDM5LmNzcHJvagAABQEAAAAAFgEAEUNvcHlyaWdo
              dCBAICAyMDEzAAAIAQAIAAAAAAAeAQABAFQCFldyYXBOb25FeGNlcHRpb25UaHJvd3MBAGQuAAAA
              AAAAAAAAAH4uAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwLgAAAAAAAAAAAAAAAF9Db3JEbGxN
              YWluAG1zY29yZWUuZGxsAAAAAAD/JQAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAABABAAAAAYAACAAAAAAAAAAAAAAAAAAAABAAEAAAAwAACAAAAAAAAAAAAAAAAAAAABAAAA
              AABIAAAAWEAAAPADAAAAAAAAAAAAAPADNAAAAFYAUwBfAFYARQBSAFMASQBPAE4AXwBJAE4ARgBP
              AAAAAAC9BO/+AAABAAAAAQD+cC4TAAABAP5wLhM/AAAAAAAAAAQAAAACAAAAAAAAAAAAAAAAAAAA
              RAAAAAEAVgBhAHIARgBpAGwAZQBJAG4AZgBvAAAAAAAkAAQAAABUAHIAYQBuAHMAbABhAHQAaQBv
              AG4AAAAAAAAAsARQAwAAAQBTAHQAcgBpAG4AZwBGAGkAbABlAEkAbgBmAG8AAAAsAwAAAQAwADAA
              MAAwADAANABiADAAAACAACsAAQBGAGkAbABlAEQAZQBzAGMAcgBpAHAAdABpAG8AbgAAAAAAUwBU
              AF8AMQA0AGIANQAzADcAYQAxADUAMAA1ADYANABhAGIAOQBhADQANQBiAGQAZABhADUAZQA4ADQA
              YQAxADAAMwA5AC4AYwBzAHAAcgBvAGoAAAAAAEAADwABAEYAaQBsAGUAVgBlAHIAcwBpAG8AbgAA
              AAAAMQAuADAALgA0ADkAMQAwAC4AMgA4ADkAMgA2AAAAAACAAC8AAQBJAG4AdABlAHIAbgBhAGwA
              TgBhAG0AZQAAAFMAVABfADEANABiADUAMwA3AGEAMQA1ADAANQA2ADQAYQBiADkAYQA0ADUAYgBk
              AGQAYQA1AGUAOAA0AGEAMQAwADMAOQAuAGMAcwBwAHIAbwBqAC4AZABsAGwAAAAAAEgAEgABAEwA
              ZQBnAGEAbABDAG8AcAB5AHIAaQBnAGgAdAAAAEMAbwBwAHkAcgBpAGcAaAB0ACAAQAAgACAAMgAw
              ADEAMwAAAIgALwABAE8AcgBpAGcAaQBuAGEAbABGAGkAbABlAG4AYQBtAGUAAABTAFQAXwAxADQA
              YgA1ADMANwBhADEANQAwADUANgA0AGEAYgA5AGEANAA1AGIAZABkAGEANQBlADgANABhADEAMAAz
              ADkALgBjAHMAcAByAG8AagAuAGQAbABsAAAAAAB4ACsAAQBQAHIAbwBkAHUAYwB0AE4AYQBtAGUA
              AAAAAFMAVABfADEANABiADUAMwA3AGEAMQA1ADAANQA2ADQAYQBiADkAYQA0ADUAYgBkAGQAYQA1
              AGUAOAA0AGEAMQAwADMAOQAuAGMAcwBwAHIAbwBqAAAAAABEAA8AAQBQAHIAbwBkAHUAYwB0AFYA
              ZQByAHMAaQBvAG4AAAAxAC4AMAAuADQAOQAxADAALgAyADgAOQAyADYAAAAAAEgADwABAEEAcwBz
              AGUAbQBiAGwAeQAgAFYAZQByAHMAaQBvAG4AAAAxAC4AMAAuADQAOQAxADAALgAyADgAOQAyADYA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAwAAACQPgAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
              AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</BinaryItem></ScriptProject></DTS:ObjectData></DTS:Executable>
              <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferDatabaseTask, Microsoft.SqlServer.TransferDatabasesTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
              <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
              <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
              <DTS:Property DTS:Name="TaskContact">Transfer Database Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; (C) Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
              <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
              <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
              <DTS:Property DTS:Name="Disabled">0</DTS:Property>
              <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
              <DTS:Property DTS:Name="MaxErrorCount">5</DTS:Property>
              <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
              <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
              <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
              <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
              <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions><DTS:PropertyExpression DTS:Name="DestinationDatabaseFiles">"\"" +  @[User::FileName] + "\", \"" +  @[User::DestPath] + "\",\"\";  \"" + @[User::LogName]+ "\", \"" +  @[User::DestPath] + "\",\"\""</DTS:PropertyExpression><DTS:PropertyExpression DTS:Name="DestinationDatabaseName">@[User::DbName]</DTS:PropertyExpression><DTS:PropertyExpression DTS:Name="SourceDatabaseFiles">"\"" +  @[User::FileName] + "\", \"" +  @[User::SrcPath] + "\",\"\";  \"" + @[User::LogName]+ "\", \"" +  @[User::SrcPath] + "\",\"\""</DTS:PropertyExpression><DTS:PropertyExpression DTS:Name="SourceDatabaseName">@[User::DbName]</DTS:PropertyExpression>
              <DTS:Property DTS:Name="ObjectName">Transfer Database Task</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{6C855CA6-6F9A-440C-8A41-3C09060B51AA}</DTS:Property>
              <DTS:Property DTS:Name="Description">Transfer Database Task</DTS:Property>
              <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferDatabaseTask, Microsoft.SqlServer.TransferDatabasesTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><TransferDatabasesTaskData SrcConn="{2D677388-6C8F-4A8B-B2BB-0E1272C3AF30}" DestConn="{A765A344-EE85-4F3A-BB7A-A887E2201020}" Action="0" Method="1" SrcDBName="" ReattachSrcDB="false" SrcDBFiles="&quot;&quot;,&quot;&quot;,&quot;&quot;;&quot;&quot;,&quot;&quot;,&quot;&quot;" DestDBName="" DestDBFiles="&quot;&quot;,&quot;&quot;,&quot;&quot;;&quot;&quot;,&quot;&quot;,&quot;&quot;" DestOverwrite="true"/></DTS:ObjectData></DTS:Executable>
              <DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="Value">0</DTS:Property>
              <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
              <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
              <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{F043CC3A-BF70-434D-81C3-3959F464FE45}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" DTS:IsFrom="0"/>
              <DTS:Property DTS:Name="ObjectName">Constraint</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{8A5C297C-0E80-4DAD-A432-673E9EF6788F}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
              <DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="Value">0</DTS:Property>
              <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
              <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
              <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" DTS:IsFrom="0"/>
              <DTS:Property DTS:Name="ObjectName">Constraint 1</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{81385BE6-0FC1-481D-BB99-5746E1B37655}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
              <DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="Value">0</DTS:Property>
              <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
              <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
              <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{98650444-264C-4F84-9151-B938F91B05E0}" DTS:IsFrom="0"/>
              <DTS:Property DTS:Name="ObjectName">Constraint 2</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{47362140-D00D-4906-AB50-780637A3268B}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
              <DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="Value">0</DTS:Property>
              <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
              <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
              <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{98650444-264C-4F84-9151-B938F91B05E0}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{6C855CA6-6F9A-440C-8A41-3C09060B51AA}" DTS:IsFrom="0"/>
              <DTS:Property DTS:Name="ObjectName">Constraint 3</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{3C86A86C-160E-4841-B415-07DACAABCD12}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="ObjectName">Foreach Loop Container</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}</DTS:Property>
              <DTS:Property DTS:Name="Description">Foreach Loop Container</DTS:Property>
              <DTS:Property DTS:Name="CreationName">STOCK:FOREACHLOOP</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property>
              <DTS:ForEachVariableMapping>
              <DTS:Property DTS:Name="VariableName">User::DbName</DTS:Property>
              <DTS:Property DTS:Name="ValueIndex" DTS:DataType="3">1</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{7946AFB4-23C8-4C65-B8C6-7C9E2D3F9FCE}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{7946AFB4-23C8-4C65-B8C6-7C9E2D3F9FCE}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:ForEachVariableMapping>
              <DTS:ForEachVariableMapping>
              <DTS:Property DTS:Name="VariableName">User::DatabaseID</DTS:Property>
              <DTS:Property DTS:Name="ValueIndex" DTS:DataType="3">0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{CDF64D92-2684-465E-8738-6C53BC06A7B6}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{CDF64D92-2684-465E-8738-6C53BC06A7B6}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:ForEachVariableMapping></DTS:Executable>
              <DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="Value">0</DTS:Property>
              <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
              <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
              <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}" DTS:IsFrom="0"/>
              <DTS:Property DTS:Name="ObjectName">Constraint</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{E4EF151A-6370-43E7-B198-C4557B831A05}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
              <DTS:Property DTS:Name="ObjectName">Package</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{A7E7047B-7B24-4B5B-BFF8-3D6D6BC39703}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName">SSIS.Package.2</DTS:Property>
              <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{3C86A86C-160E-4841-B415-07DACAABCD12}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{C5D8751C-3972-494B-BBA0-C1B5BE39F6C8}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{47362140-D00D-4906-AB50-780637A3268B}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{5B25D723-1183-4B91-870E-223A1BFFCCCF}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{81385BE6-0FC1-481D-BB99-5746E1B37655}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{E2BF1DB3-CE43-4774-8729-D58CB9702F43}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{8A5C297C-0E80-4DAD-A432-673E9EF6788F}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{4E1AF356-2275-4A30-9CF2-34EBDD1FFC37}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;Package 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:DtsControlFlowDiagram&gt;&lt;dwd:BoundingLeft&gt;-500&lt;/dwd:BoundingLeft&gt;&lt;dwd:BoundingTop&gt;-22081&lt;/dwd:BoundingTop&gt;&lt;dwd:Layout&gt;&lt;dds&gt;
                &lt;diagram fontclsid="{0BE35203-8F91-11CE-9DE3-00AA004BB851}" mouseiconclsid="{0BE35204-8F91-11CE-9DE3-00AA004BB851}" defaultlayout="Microsoft.DataWarehouse.Layout.GraphLayout100" defaultlineroute="Microsoft.DataWarehouse.Layout.GraphLayout100" version="7" nextobject="27" scale="100" pagebreakanchorx="0" pagebreakanchory="0" pagebreaksizex="0" pagebreaksizey="0" scrollleft="-1500" scrolltop="-23081" gridx="150" gridy="150" marginx="1000" marginy="1000" zoom="100" x="26141" y="14367" backcolor="15334399" defaultpersistence="2" PrintPageNumbersMode="3" PrintMarginTop="0" PrintMarginBottom="635" PrintMarginLeft="0" PrintMarginRight="0" marqueeselectionmode="1" mousepointer="0" snaptogrid="0" autotypeannotation="1" showscrollbars="1" viewpagebreaks="0" donotforceconnectorsbehindshapes="1" backpictureclsid="{00000000-0000-0000-0000-000000000000}"&gt;
                  &lt;font&gt;
                    &lt;ddsxmlobjectstreamwrapper binary="01010000900180380100065461686f6d61" /&gt;
                  &lt;/font&gt;
                  &lt;mouseicon&gt;
                    &lt;ddsxmlobjectstreamwrapper binary="6c74000000000000" /&gt;
                  &lt;/mouseicon&gt;
                &lt;/diagram&gt;
                &lt;layoutmanager&gt;
                  &lt;ddsxmlobj /&gt;
                &lt;/layoutmanager&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Transfer Database Task" left="243" top="-10566" logicalid="13" controlid="1" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{6C855CA6-6F9A-440C-8A41-3C09060B51AA}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsContainerObjectManagedBridge.2" tooltip="Foreach Loop Container" left="-500" top="-19745" logicalid="14" controlid="2" masterid="0" hint1="0" hint2="0" width="11063" height="10930" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="00080000372b0000b22a0000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="Caption" value="Foreach Loop Container" vartype="8" /&gt;
                      &lt;property name="CaptionHeight" value="1164" vartype="3" /&gt;
                      &lt;property name="Collapsed" value="0" vartype="11" /&gt;
                      &lt;property name="CollapsedWidth" value="4339" vartype="3" /&gt;
                      &lt;property name="LogicalObject" value="{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}" vartype="8" /&gt;
                      &lt;property name="RealHeight" value="4657" vartype="3" /&gt;
                      &lt;property name="RealWidth" value="4339" vartype="3" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="-261" top="-22081" logicalid="15" controlid="3" masterid="0" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1139" top="-21316" logicalid="16" controlid="4" masterid="0" hint1="0" hint2="0" width="4292" height="2071" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{E4EF151A-6370-43E7-B198-C4557B831A05}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="3" destid="2" sourceattachpoint="7" destattachpoint="18" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="1538" y="-20917" /&gt;
                    &lt;point x="1538" y="-20331" /&gt;
                    &lt;point x="5031" y="-20331" /&gt;
                    &lt;point x="5031" y="-19745" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="404" top="-17895" logicalid="17" controlid="5" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{F043CC3A-BF70-434D-81C3-3959F464FE45}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="382" top="-15779" logicalid="18" controlid="6" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1782" top="-17130" logicalid="19" controlid="7" masterid="0" hint1="0" hint2="0" width="821" height="1851" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{8A5C297C-0E80-4DAD-A432-673E9EF6788F}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="5" destid="6" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="2203" y="-16731" /&gt;
                    &lt;point x="2203" y="-16255" /&gt;
                    &lt;point x="2181" y="-16255" /&gt;
                    &lt;point x="2181" y="-15779" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="313" top="-13558" logicalid="20" controlid="8" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1232" top="-15014" logicalid="21" controlid="9" masterid="0" hint1="0" hint2="0" width="1280" height="1956" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{81385BE6-0FC1-481D-BB99-5746E1B37655}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="6" destid="8" sourceattachpoint="5" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="1631" y="-14615" /&gt;
                    &lt;point x="1631" y="-13822" /&gt;
                    &lt;point x="2112" y="-13822" /&gt;
                    &lt;point x="2112" y="-13558" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Script Task" left="5824" top="-12548" logicalid="22" controlid="10" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{98650444-264C-4F84-9151-B938F91B05E0}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="3512" top="-13375" logicalid="23" controlid="11" masterid="0" hint1="0" hint2="0" width="2612" height="1809" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{47362140-D00D-4906-AB50-780637A3268B}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="8" destid="10" sourceattachpoint="15" destattachpoint="14" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="3911" y="-12976" /&gt;
                    &lt;point x="4867" y="-12976" /&gt;
                    &lt;point x="4867" y="-11966" /&gt;
                    &lt;point x="5824" y="-11966" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1643" top="-11783" logicalid="24" controlid="12" masterid="0" hint1="0" hint2="0" width="6380" height="1717" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{3C86A86C-160E-4841-B415-07DACAABCD12}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="10" destid="1" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="7623" y="-11384" /&gt;
                    &lt;point x="7623" y="-10975" /&gt;
                    &lt;point x="2042" y="-10975" /&gt;
                    &lt;point x="2042" y="-10566" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
              &lt;/dds&gt;&lt;/dwd:Layout&gt;&lt;dwd:PersistedViewPortLeft&gt;-1500&lt;/dwd:PersistedViewPortLeft&gt;&lt;dwd:PersistedViewPortTop&gt;-23081&lt;/dwd:PersistedViewPortTop&gt;&lt;/dwd:DtsControlFlowDiagram&gt;&lt;/Package&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{A7E7047B-7B24-4B5B-BFF8-3D6D6BC39703}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{23BB349B-BA98-4A37-AE26-AFD9AF552D01}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">{E4EF151A-6370-43E7-B198-C4557B831A05}</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{00A7AC5B-6FF7-4326-BF82-3CC6359CC4AC}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
              <DTS:PackageVariable>
              <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;Package 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:DtsControlFlowDiagram&gt;&lt;dwd:BoundingLeft&gt;-500&lt;/dwd:BoundingLeft&gt;&lt;dwd:BoundingTop&gt;-22081&lt;/dwd:BoundingTop&gt;&lt;dwd:Layout&gt;&lt;dds&gt;
                &lt;diagram fontclsid="{0BE35203-8F91-11CE-9DE3-00AA004BB851}" mouseiconclsid="{0BE35204-8F91-11CE-9DE3-00AA004BB851}" defaultlayout="Microsoft.DataWarehouse.Layout.GraphLayout100" defaultlineroute="Microsoft.DataWarehouse.Layout.GraphLayout100" version="7" nextobject="27" scale="100" pagebreakanchorx="0" pagebreakanchory="0" pagebreaksizex="0" pagebreaksizey="0" scrollleft="-1500" scrolltop="-23081" gridx="150" gridy="150" marginx="1000" marginy="1000" zoom="100" x="26141" y="14367" backcolor="15334399" defaultpersistence="2" PrintPageNumbersMode="3" PrintMarginTop="0" PrintMarginBottom="635" PrintMarginLeft="0" PrintMarginRight="0" marqueeselectionmode="1" mousepointer="0" snaptogrid="0" autotypeannotation="1" showscrollbars="1" viewpagebreaks="0" donotforceconnectorsbehindshapes="1" backpictureclsid="{00000000-0000-0000-0000-000000000000}"&gt;
                  &lt;font&gt;
                    &lt;ddsxmlobjectstreamwrapper binary="01010000900180380100065461686f6d61" /&gt;
                  &lt;/font&gt;
                  &lt;mouseicon&gt;
                    &lt;ddsxmlobjectstreamwrapper binary="6c74000000000000" /&gt;
                  &lt;/mouseicon&gt;
                &lt;/diagram&gt;
                &lt;layoutmanager&gt;
                  &lt;ddsxmlobj /&gt;
                &lt;/layoutmanager&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Transfer Database Task" left="243" top="-10566" logicalid="13" controlid="1" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{6C855CA6-6F9A-440C-8A41-3C09060B51AA}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsContainerObjectManagedBridge.2" tooltip="Foreach Loop Container" left="-500" top="-19745" logicalid="14" controlid="2" masterid="0" hint1="0" hint2="0" width="11063" height="10930" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="00080000372b0000b22a0000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="Caption" value="Foreach Loop Container" vartype="8" /&gt;
                      &lt;property name="CaptionHeight" value="1164" vartype="3" /&gt;
                      &lt;property name="Collapsed" value="0" vartype="11" /&gt;
                      &lt;property name="CollapsedWidth" value="4339" vartype="3" /&gt;
                      &lt;property name="LogicalObject" value="{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}" vartype="8" /&gt;
                      &lt;property name="RealHeight" value="4657" vartype="3" /&gt;
                      &lt;property name="RealWidth" value="4339" vartype="3" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="-261" top="-22081" logicalid="15" controlid="3" masterid="0" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1139" top="-21316" logicalid="16" controlid="4" masterid="0" hint1="0" hint2="0" width="4292" height="2071" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{E4EF151A-6370-43E7-B198-C4557B831A05}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="3" destid="2" sourceattachpoint="7" destattachpoint="18" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="1538" y="-20917" /&gt;
                    &lt;point x="1538" y="-20331" /&gt;
                    &lt;point x="5031" y="-20331" /&gt;
                    &lt;point x="5031" y="-19745" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="404" top="-17895" logicalid="17" controlid="5" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{F043CC3A-BF70-434D-81C3-3959F464FE45}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="382" top="-15779" logicalid="18" controlid="6" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1782" top="-17130" logicalid="19" controlid="7" masterid="0" hint1="0" hint2="0" width="821" height="1851" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{8A5C297C-0E80-4DAD-A432-673E9EF6788F}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="5" destid="6" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="2203" y="-16731" /&gt;
                    &lt;point x="2203" y="-16255" /&gt;
                    &lt;point x="2181" y="-16255" /&gt;
                    &lt;point x="2181" y="-15779" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="313" top="-13558" logicalid="20" controlid="8" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1232" top="-15014" logicalid="21" controlid="9" masterid="0" hint1="0" hint2="0" width="1280" height="1956" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{81385BE6-0FC1-481D-BB99-5746E1B37655}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="6" destid="8" sourceattachpoint="5" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="1631" y="-14615" /&gt;
                    &lt;point x="1631" y="-13822" /&gt;
                    &lt;point x="2112" y="-13822" /&gt;
                    &lt;point x="2112" y="-13558" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Script Task" left="5824" top="-12548" logicalid="22" controlid="10" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{98650444-264C-4F84-9151-B938F91B05E0}" vartype="8" /&gt;
                      &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;shape groupshapeid="0" groupnode="0" /&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="3512" top="-13375" logicalid="23" controlid="11" masterid="0" hint1="0" hint2="0" width="2612" height="1809" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{47362140-D00D-4906-AB50-780637A3268B}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="8" destid="10" sourceattachpoint="15" destattachpoint="14" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="3911" y="-12976" /&gt;
                    &lt;point x="4867" y="-12976" /&gt;
                    &lt;point x="4867" y="-11966" /&gt;
                    &lt;point x="5824" y="-11966" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
                &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1643" top="-11783" logicalid="24" controlid="12" masterid="0" hint1="0" hint2="0" width="6380" height="1717" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                  &lt;control&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/control&gt;
                  &lt;layoutobject&gt;
                    &lt;ddsxmlobj&gt;
                      &lt;property name="LogicalObject" value="{3C86A86C-160E-4841-B415-07DACAABCD12}" vartype="8" /&gt;
                      &lt;property name="Virtual" value="0" vartype="11" /&gt;
                      &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                    &lt;/ddsxmlobj&gt;
                  &lt;/layoutobject&gt;
                  &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="10" destid="1" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                    &lt;point x="7623" y="-11384" /&gt;
                    &lt;point x="7623" y="-10975" /&gt;
                    &lt;point x="2042" y="-10975" /&gt;
                    &lt;point x="2042" y="-10566" /&gt;
                  &lt;/connector&gt;
                &lt;/ddscontrol&gt;
              &lt;/dds&gt;&lt;/dwd:Layout&gt;&lt;dwd:PersistedViewPortLeft&gt;-1500&lt;/dwd:PersistedViewPortLeft&gt;&lt;dwd:PersistedViewPortTop&gt;-23081&lt;/dwd:PersistedViewPortTop&gt;&lt;/dwd:DtsControlFlowDiagram&gt;&lt;/Package&gt;</DTS:Property>
              <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">package-diagram</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{7F961DA0-C102-44EA-B908-8592EC082EF8}</DTS:Property>
              <DTS:Property DTS:Name="Description"></DTS:Property>
              <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable></DTS:Executable>

              Comment

              • Rabbit
                Recognized Expert MVP
                • Jan 2007
                • 12517

                #8
                You have a bunch of variables set up with evaluate as expression but you have no expressions in them. The expressions you mentioned earlier are expressions in your task, not expressions in your variables. So the variables you have will always evaluate to blank since you have no expression defined for the variable. Which translates to blanks in your expressions for the task.
                Last edited by Rabbit; Jun 13 '13, 03:30 PM.

                Comment

                • blux2013
                  New Member
                  • Jun 2013
                  • 9

                  #9
                  Ok, I set the the variables to evaluate as expression = false, but it still is returning the transfer file information "","","" is missing filename, folder part errors.

                  Comment

                  • Rabbit
                    Recognized Expert MVP
                    • Jan 2007
                    • 12517

                    #10
                    Please post the full error message and modified XML.

                    Comment

                    • blux2013
                      New Member
                      • Jun 2013
                      • 9

                      #11
                      Here is the error message:

                      Error: 0xC002929C at Transfer Database Task, Transfer Database Task: The transfer file information "","","" is missing the filename.
                      Error: 0xC002929D at Transfer Database Task, Transfer Database Task: The transfer file information "","","" is missing the folder part.
                      Error: 0xC002929C at Transfer Database Task, Transfer Database Task: The transfer file information "","","" is missing the filename.
                      Error: 0xC002929D at Transfer Database Task, Transfer Database Task: The transfer file information "","","" is missing the folder part.
                      Error: 0xC00292A9 at Transfer Database Task, Transfer Database Task: Could not find the file "\" in the source database "AdminStudi o".
                      Error: 0xC00292A9 at Transfer Database Task, Transfer Database Task: Could not find the file "\" in the source database "AdminStudi o".
                      Error: 0xC0024107 at Transfer Database Task: There were errors during task validation.

                      Comment

                      • blux2013
                        New Member
                        • Jun 2013
                        • 9

                        #12
                        Here is the xml:
                        Code:
                        <?xml version="1.0"?><DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:ExecutableType="SSIS.Package.2">
                        <DTS:Property DTS:Name="PackageFormatVersion">3</DTS:Property>
                        <DTS:Property DTS:Name="VersionComments"></DTS:Property>
                        <DTS:Property DTS:Name="CreatorName">VALPO\blux</DTS:Property>
                        <DTS:Property DTS:Name="CreatorComputerName">MSSQL-01</DTS:Property>
                        <DTS:Property DTS:Name="CreationDate" DTS:DataType="7">5/31/2013 1:56:42 PM</DTS:Property>
                        <DTS:Property DTS:Name="PackageType">5</DTS:Property>
                        <DTS:Property DTS:Name="ProtectionLevel">1</DTS:Property>
                        <DTS:Property DTS:Name="MaxConcurrentExecutables">-1</DTS:Property>
                        <DTS:Property DTS:Name="PackagePriorityClass">0</DTS:Property>
                        <DTS:Property DTS:Name="VersionMajor">1</DTS:Property>
                        <DTS:Property DTS:Name="VersionMinor">0</DTS:Property>
                        <DTS:Property DTS:Name="VersionBuild">132</DTS:Property>
                        <DTS:Property DTS:Name="VersionGUID">{BE83299C-BA68-4D75-B47D-AB779AE541FD}</DTS:Property>
                        <DTS:Property DTS:Name="EnableConfig">0</DTS:Property>
                        <DTS:Property DTS:Name="CheckpointFileName"></DTS:Property>
                        <DTS:Property DTS:Name="SaveCheckpoints">0</DTS:Property>
                        <DTS:Property DTS:Name="CheckpointUsage">0</DTS:Property>
                        <DTS:Property DTS:Name="SuppressConfigurationWarnings">0</DTS:Property>
                        <DTS:ConnectionManager>
                        <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">MSSQL-01.sa</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{2D677388-6C8F-4A8B-B2BB-0E1272C3AF30}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName">SMOServer</DTS:Property><DTS:ObjectData><SMOServerConnectionManager ConnectionString="SqlServerName=MSSQL-01;UseWindowsAuthentication=False;UserName=sa;"><PassWord Sensitive="1" Encrypted="1">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAjMprX4iRK0OtgGs2dDEZbwAAAAAIAAAARABUAFMAAAADZgAAwAAAABAAAACVeVEkulnbaqmnnxga4J4RAAAAAASAAACgAAAAEAAAAKCH7XydkafuNblg+yNudyIQAAAApCa42wL0mWi5mS8yEA1iJRQAAAC8M1qekZJvIgBy0R4lxjvA/dIUBA</PassWord></SMOServerConnectionManager></DTS:ObjectData></DTS:ConnectionManager>
                        <DTS:ConnectionManager>
                        <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">MSSQL-01.sa 1</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName">OLEDB</DTS:Property><DTS:ObjectData><DTS:ConnectionManager>
                        <DTS:Property DTS:Name="Retain">0</DTS:Property><DTS:Password DTS:Name="Password" Sensitive="1" Encrypted="1">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAjMprX4iRK0OtgGs2dDEZbwAAAAAIAAAARABUAFMAAAADZgAAwAAAABAAAACoNIBZp0GYQPqbMvuhcB/FAAAAAASAAACgAAAAEAAAAGP7zT1a2nxeyQnT643AkwAQAAAAqJ25F0uRf2BEtJinGIXkBBQAAAAeLrERlMLnIeXysHiSVGyyI7t4og</DTS:Password>
                        <DTS:Property DTS:Name="ConnectionString">Data Source=MSSQL-01;User ID=sa;Provider=SQLNCLI10.1;Application Name=SSIS-Package-{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}MSSQL-01.sa 1;Auto Translate=False;</DTS:Property></DTS:ConnectionManager></DTS:ObjectData></DTS:ConnectionManager>
                        <DTS:ConnectionManager>
                        <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">MSSQL-02.sa</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{A765A344-EE85-4F3A-BB7A-A887E2201020}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName">SMOServer</DTS:Property><DTS:ObjectData><SMOServerConnectionManager ConnectionString="SqlServerName=MSSQL-02;UseWindowsAuthentication=False;UserName=sa;"><PassWord Sensitive="1" Encrypted="1">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAjMprX4iRK0OtgGs2dDEZbwAAAAAIAAAARABUAFMAAAADZgAAwAAAABAAAACvQ8inXUesN9O8YqIPOJtpAAAAAASAAACgAAAAEAAAAPJYtKP2YsdU20Fv7VufVuIQAAAACSasWd7tRzeMPB5RIfE4eBQAAABXAshdzaeCho//N1KtvK8QASE6pA</PassWord></SMOServerConnectionManager></DTS:ObjectData></DTS:ConnectionManager>
                        <DTS:Property DTS:Name="LastModifiedProductVersion">10.50.2500.0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">1033</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="3">0</DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">DatabaseID</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{36D66C2E-AD86-48C2-B77E-A2734AAC1844}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataSubType="ManagedSerializable" DTS:DataType="13"><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
                        <SOAP-ENV:Body>
                        <xsd:anyType id="ref-1">
                        </xsd:anyType>
                        </SOAP-ENV:Body>
                        </SOAP-ENV:Envelope></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">Databases</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{1DECE7F7-C578-4DE5-AC46-36BBA24BC45E}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">DbName</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{1868271E-48DB-4209-B8CF-B2837A3CF4C2}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">DestPath</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{87CA4CEB-46DD-4E9C-A97D-171189A88ECC}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">FileName</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{A75D554D-19BC-4E71-9B2D-0BDA5B602AA7}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">LogName</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{A070490E-C389-4CBD-A418-7D39D3989A84}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">Path</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{C466DCAE-B91E-44C6-A8D1-031FC435D59D}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property><DTS:VariableValue DTS:DataType="8"></DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">SrcPath</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{E63DC114-8803-430B-BC69-CDAAEE1CDB5A}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
                        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
                        <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Property DTS:Name="ObjectName">Execute SQL Task - List Databases</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="SELECT database_id, name FROM sys.databases WHERE database_id &gt; '4';" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_Rowset" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::Databases"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
                        <DTS:Executable DTS:ExecutableType="STOCK:FOREACHLOOP">
                        <DTS:ForEachEnumerator>
                        <DTS:Property DTS:Name="ObjectName">{85280432-AAF9-4DC4-8200-4A308A172189}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{85280432-AAF9-4DC4-8200-4A308A172189}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.ForEachADOEnumerator, Microsoft.SqlServer.ForEachADOEnumerator, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property><DTS:ObjectData><FEEADO EnumType="EnumerateAllRows" VarName="User::Databases"/></DTS:ObjectData></DTS:ForEachEnumerator>
                        <DTS:Property DTS:Name="MaxConcurrent">1</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
                        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
                        <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Property DTS:Name="ObjectName">Execute SQL Task-Get File Names</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{F043CC3A-BF70-434D-81C3-3959F464FE45}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="SELECT name + '.mdf' FROM sys.master_files WHERE database_id = ? AND file_id = 1;" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::FileName"/><SQLTask:ParameterBinding SQLTask:ParameterName="0" SQLTask:DtsVariableName="User::DatabaseID" SQLTask:ParameterDirection="Input" SQLTask:DataType="2" SQLTask:ParameterSize="-1"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
                        <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
                        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
                        <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Property DTS:Name="ObjectName">Execute SQL Task - Get Log</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{6D33A501-4D79-4D0E-8B48-965F5A93921B}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="SELECT name + '.ldf' FROM sys.master_files WHERE database_id = ? AND file_id =2;" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::LogName"/><SQLTask:ParameterBinding SQLTask:ParameterName="0" SQLTask:DtsVariableName="User::DatabaseID" SQLTask:ParameterDirection="Input" SQLTask:DataType="3" SQLTask:ParameterSize="-1"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
                        <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
                        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
                        <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Property DTS:Name="ObjectName">Execute SQL Task</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{592B5F99-C58A-423D-9935-E67CB2C46C0C}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><SQLTask:SqlTaskData SQLTask:Connection="{F69A40DF-B8DC-47EB-807F-F776AF21BE3D}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True" SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="select SUBSTRING(physical_name, 1,8) as pth from sys.master_files where database_id = ?;" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask"><SQLTask:ResultBinding SQLTask:ResultName="0" SQLTask:DtsVariableName="User::Path"/><SQLTask:ParameterBinding SQLTask:ParameterName="0" SQLTask:DtsVariableName="User::DatabaseID" SQLTask:ParameterDirection="Input" SQLTask:DataType="3" SQLTask:ParameterSize="-1"/></SQLTask:SqlTaskData></DTS:ObjectData></DTS:Executable>
                        <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask, Microsoft.SqlServer.ScriptTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
                        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
                        <DTS:Property DTS:Name="TaskContact"></DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:Variable>
                        <DTS:Property DTS:Name="Expression"></DTS:Property>
                        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
                        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
                        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
                        <DTS:Property DTS:Name="IncludeInDebugDump">6789</DTS:Property><DTS:VariableValue DTS:DataType="3">0</DTS:VariableValue>
                        <DTS:Property DTS:Name="ObjectName">Variable</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{EC11A06E-A0BB-445A-9C3E-D8828981BDC2}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:Variable>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions>
                        <DTS:Property DTS:Name="ObjectName">Script Task</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{98650444-264C-4F84-9151-B938F91B05E0}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Script Task</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask, Microsoft.SqlServer.ScriptTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><ScriptProject Name="ST_14b537a150564ab9a45bdda5e84a1039" VSTAMajorVersion="2" VSTAMinorVersion="1" Language="CSharp" EntryPoint="Main" ReadOnlyVariables="User::Path" ReadWriteVariables="User::DestPath,User::SrcPath"><ProjectItem Name="\scriptmain.cs">
                        <![CDATA[/*
                           Microsoft SQL Server Integration Services Script Task
                           Write scripts using Microsoft Visual C# 2008.
                           The ScriptMain is the entry point class of the script.
                        */
                        
                        using System;
                        using System.Data;
                        using Microsoft.SqlServer.Dts.Runtime;
                        using System.Windows.Forms;
                        
                        namespace ST_14b537a150564ab9a45bdda5e84a1039.csproj
                        {
                            [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
                            public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
                            {
                        
                                #region VSTA generated code
                                enum ScriptResults
                                {
                                    Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                                    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
                                };
                                #endregion
                        
                                /*
                        		The execution engine calls this method when the task executes.
                        		To access the object model, use the Dts property. Connections, variables, events,
                        		and logging features are available as members of the Dts property as shown in the following examples.
                        
                        		To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
                        		To post a log entry, call Dts.Log("This is my log text", 999, null);
                        		To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
                        
                        		To use the connections collection use something like the following:
                        		ConnectionManager cm = Dts.Connections.Add("OLEDB");
                        		cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
                        
                        		Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
                        		
                        		To open Help, press F1.
                        	*/
                        
                                public void Main()
                                {
                                    string src;
                                    string dst;
                                    string pth = Dts.Variables["Path"].Value.ToString();
                        
                         
                                        pth = pth.Substring(3, 5);
                                        //src = "\\\\mssql-01\\e$\\" + pth;
                                        src = "E:\\" + pth;
                                        //dst = "\\\\mssql-02\\e$\\" + pth;
                                        dst = "E:\\" + pth;
                                    
                                    Dts.Variables["SrcPath"].Value = src;
                                    Dts.Variables["DestPath"].Value = dst;
                        
                                    Dts.TaskResult = (int)ScriptResults.Success;
                                }
                            }
                        }]]></ProjectItem><ProjectItem Name="\properties\resources.designer.cs">
                        <![CDATA[//------------------------------------------------------------------------------
                        // <auto-generated>
                        //     This code was generated by a tool.
                        //
                        //     Changes to this file may cause incorrect behavior and will be lost if
                        //     the code is regenerated.
                        // </auto-generated>
                        //------------------------------------------------------------------------------
                        
                        [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources.get_ResourceManager():System.Resources.Resou" +
                            "rceManager")]
                        [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources.get_Culture():System.Globalization.CultureIn" +
                            "fo")]
                        [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources.set_Culture(System.Globalization.CultureInfo" +
                            "):Void")]
                        
                        namespace ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties
                        {
                        
                        
                            /// <summary>
                            ///   A strongly-typed resource class, for looking up localized strings, etc.
                            /// </summary>
                            // This class was auto-generated by the StronglyTypedResourceBuilder
                            // class via a tool like ResGen or Visual Studio.
                            // To add or remove a member, edit your .ResX file then rerun ResGen
                            // with the /str option, or rebuild your VS project.
                            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
                            internal class Resources
                            {
                        
                                private static global::System.Resources.ResourceManager resourceMan;
                        
                                private static global::System.Globalization.CultureInfo resourceCulture;
                        
                                [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
                                internal Resources()
                                {
                                }
                        
                                /// <summary>
                                ///   Returns the cached ResourceManager instance used by this class.
                                /// </summary>
                                [global::System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
                                internal static global::System.Resources.ResourceManager ResourceManager
                                {
                                    get
                                    {
                                        if ((resourceMan == null))
                                        {
                                            global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Resources", typeof(Resources).Assembly);
                                            resourceMan = temp;
                                        }
                                        return resourceMan;
                                    }
                                }
                        
                                /// <summary>
                                ///   Overrides the current thread's CurrentUICulture property for all
                                ///   resource lookups using this strongly typed resource class.
                                /// </summary>
                                [global::System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
                                internal static global::System.Globalization.CultureInfo Culture
                                {
                                    get
                                    {
                                        return resourceCulture;
                                    }
                                    set
                                    {
                                        resourceCulture = value;
                                    }
                                }
                            }
                        }]]></ProjectItem><ProjectItem Name="\properties\resources.resx">
                        <![CDATA[<?xml version="1.0" encoding="utf-8"?>
                        <root>
                          <!-- 
                            Microsoft ResX Schema 
                            
                            Version 2.0
                            
                            The primary goals of this format is to allow a simple XML format 
                            that is mostly human readable. The generation and parsing of the 
                            various data types are done through the TypeConverter classes 
                            associated with the data types.
                            
                            Example:
                            
                            ... ado.net/XML headers & schema ...
                            <resheader name="resmimetype">text/microsoft-resx</resheader>
                            <resheader name="version">2.0</resheader>
                            <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
                            <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
                            <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
                            <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
                            <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
                                <value>[base64 mime encoded serialized .NET Framework object]</value>
                            </data>
                            <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
                                <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
                                <comment>This is a comment</comment>
                            </data>
                                        
                            There are any number of "resheader" rows that contain simple 
                            name/value pairs.
                            
                            Each data row contains a name, and value. The row also contains a 
                            type or mimetype. Type corresponds to a .NET class that support 
                            text/value conversion through the TypeConverter architecture. 
                            Classes that don't support this are serialized and stored with the 
                            mimetype set.
                            
                            The mimetype is used for serialized objects, and tells the 
                            ResXResourceReader how to depersist the object. This is currently not 
                            extensible. For a given mimetype the value must be set accordingly:
                            
                            Note - application/x-microsoft.net.object.binary.base64 is the format 
                            that the ResXResourceWriter will generate, however the reader can 
                            read any of the formats listed below.
                            
                            mimetype: application/x-microsoft.net.object.binary.base64
                            value   : The object must be serialized with 
                                    : System.Serialization.Formatters.Binary.BinaryFormatter
                                    : and then encoded with base64 encoding.
                            
                            mimetype: application/x-microsoft.net.object.soap.base64
                            value   : The object must be serialized with 
                                    : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
                                    : and then encoded with base64 encoding.
                        
                            mimetype: application/x-microsoft.net.object.bytearray.base64
                            value   : The object must be serialized into a byte array 
                                    : using a System.ComponentModel.TypeConverter
                                    : and then encoded with base64 encoding.
                            -->
                          <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
                            <xsd:element name="root" msdata:IsDataSet="true">
                              <xsd:complexType>
                                <xsd:choice maxOccurs="unbounded">
                                  <xsd:element name="metadata">
                                    <xsd:complexType>
                                      <xsd:sequence>
                                        <xsd:element name="value" type="xsd:string" minOccurs="0" />
                                      </xsd:sequence>
                                      <xsd:attribute name="name" type="xsd:string" />
                                      <xsd:attribute name="type" type="xsd:string" />
                                      <xsd:attribute name="mimetype" type="xsd:string" />
                                    </xsd:complexType>
                                  </xsd:element>
                                  <xsd:element name="assembly">
                                    <xsd:complexType>
                                      <xsd:attribute name="alias" type="xsd:string" />
                                      <xsd:attribute name="name" type="xsd:string" />
                                    </xsd:complexType>
                                  </xsd:element>
                                  <xsd:element name="data">
                                    <xsd:complexType>
                                      <xsd:sequence>
                                        <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                                        <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
                                      </xsd:sequence>
                                      <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
                                      <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
                                      <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
                                    </xsd:complexType>
                                  </xsd:element>
                                  <xsd:element name="resheader">
                                    <xsd:complexType>
                                      <xsd:sequence>
                                        <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                                      </xsd:sequence>
                                      <xsd:attribute name="name" type="xsd:string" use="required" />
                                    </xsd:complexType>
                                  </xsd:element>
                                </xsd:choice>
                              </xsd:complexType>
                            </xsd:element>
                          </xsd:schema>
                          <resheader name="resmimetype">
                            <value>text/microsoft-resx</value>
                          </resheader>
                          <resheader name="version">
                            <value>2.0</value>
                          </resheader>
                          <resheader name="reader">
                            <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
                          </resheader>
                          <resheader name="writer">
                            <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
                          </resheader>
                        </root>]]></ProjectItem><ProjectItem Name="\properties\settings.designer.cs">
                        <![CDATA[//------------------------------------------------------------------------------
                        // <auto-generated>
                        //     This code was generated by a tool.
                        //
                        //     Changes to this file may cause incorrect behavior and will be lost if
                        //     the code is regenerated.
                        // </auto-generated>
                        //------------------------------------------------------------------------------
                        
                        [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Settings.get_Default():ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties.Sett" +
                            "ings")]
                        
                        namespace ST_14b537a150564ab9a45bdda5e84a1039.csproj.Properties
                        {
                        
                        
                            internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
                            {
                        
                                [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
                                private static Settings defaultInstance = new Settings();
                        
                                public static Settings Default
                                {
                                    get
                                    {
                                        return defaultInstance;
                                    }
                                }
                            }
                        }]]></ProjectItem><ProjectItem Name="\properties\settings.settings">
                        <![CDATA[<?xml version='1.0' encoding='iso-8859-1'?>
                        <SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
                          <Profiles>
                            <Profile Name="(Default)" />
                          </Profiles>
                          <Settings />
                        </SettingsFile>]]></ProjectItem><ProjectItem Name="\properties\assemblyinfo.cs">
                        <![CDATA[using System.Reflection;
                        using System.Runtime.CompilerServices;
                        
                        //
                        // General Information about an assembly is controlled through the following 
                        // set of attributes. Change these attribute values to modify the information
                        // associated with an assembly.
                        //
                        [assembly: AssemblyTitle("ST_14b537a150564ab9a45bdda5e84a1039.csproj")]
                        [assembly: AssemblyDescription("")]
                        [assembly: AssemblyConfiguration("")]
                        [assembly: AssemblyCompany("")]
                        [assembly: AssemblyProduct("ST_14b537a150564ab9a45bdda5e84a1039.csproj")]
                        [assembly: AssemblyCopyright("Copyright @  2013")]
                        [assembly: AssemblyTrademark("")]
                        [assembly: AssemblyCulture("")]
                        //
                        // Version information for an assembly consists of the following four values:
                        //
                        //      Major Version
                        //      Minor Version 
                        //      Build Number
                        //      Revision
                        //
                        // You can specify all the values or you can default the Revision and Build Numbers 
                        // by using the '*' as shown below:
                        
                        [assembly: AssemblyVersion("1.0.*")]]]></ProjectItem><ProjectItem Name="\st_14b537a150564ab9a45bdda5e84a1039.csproj">
                        <![CDATA[<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
                          <!-- This section defines project-level properties.
                        
                               Configuration - Specifies whether the default configuration is Release or Debug.
                               Platform - Specifies what CPU the output of this project can run on.
                               OutputType - Must be "Library" for VSTA.
                               NoStandardLibraries - Set to "false" for VSTA.
                               RootNamespace - In C#, this specifies the namespace given to new files.
                                               In Visual Basic, all objects are wrapped in this namespace at runtime.
                               AssemblyName - Name of the output assembly.
                          -->
                          <PropertyGroup>
                            <ProjectTypeGuids>{A860303F-1F3F-4691-B57E-529FC101A107};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
                            <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
                            <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
                            <OutputType>Library</OutputType>
                            <NoStandardLibraries>false</NoStandardLibraries>
                            <RootNamespace>ST_14b537a150564ab9a45bdda5e84a1039.csproj</RootNamespace>
                            <AssemblyName>ST_14b537a150564ab9a45bdda5e84a1039.csproj</AssemblyName>
                            <ProjectGuid>{01D8EF90-8DCC-4562-BD0C-976113B9A200}</ProjectGuid>
                          </PropertyGroup>
                          <!-- This section defines properties that are set when the "Debug" configuration is
                               selected.
                        
                               DebugSymbols - If true, create symbols (.pdb). If false, do not create symbols.
                               Optimize - If true, optimize the build output. If false, do not optimize.
                               OutputPath - Output path of the project relative to the project file.
                               EnableUnmanagedDebugging - If true, starting the debugger will attach both managed and unmanaged debuggers.
                               DefineConstants - Constants defined for the preprocessor.
                               Warning Level - Warning level for the compiler.
                          -->
                          <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
                            <DebugSymbols>true</DebugSymbols>
                            <Optimize>false</Optimize>
                            <OutputPath>.\bin\Debug\</OutputPath>
                            <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
                            <DefineConstants>DEBUG;TRACE</DefineConstants>
                            <WarningLevel>4</WarningLevel>
                          </PropertyGroup>
                          <!-- This section defines properties that are set when the "Release" configuration is
                               selected.
                        
                               DebugSymbols - If true, create symbols (.pdb). If false, do not create symbols.
                               Optimize - If true, optimize the build output. If false, do not optimize.
                               OutputPath - Output path of the project relative to the project file.
                               EnableUnmanagedDebugging - If true, starting the debugger will attach both managed and unmanaged debuggers.
                               DefineConstants - Constants defined for the preprocessor.
                               Warning Level - Warning level for the compiler.
                          -->
                          <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
                            <DebugSymbols>false</DebugSymbols>
                            <Optimize>true</Optimize>
                            <OutputPath>.\bin\Release\</OutputPath>
                            <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
                            <DefineConstants>TRACE</DefineConstants>
                            <WarningLevel>4</WarningLevel>
                          </PropertyGroup>
                          <!-- This section enables pre- and post-build steps. However,
                               it is recommended that MSBuild tasks be used instead of these properties.
                          -->
                          <PropertyGroup>
                            <PreBuildEvent>
                            </PreBuildEvent>
                            <PostBuildEvent>
                            </PostBuildEvent>
                          </PropertyGroup>
                          <!-- This sections specifies references for the project. -->
                          <ItemGroup>
                            <Reference Include="System" />
                            <Reference Include="System.AddIn, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
                            <Reference Include="System.Data" />
                            <Reference Include="System.Windows.Forms" />
                            <Reference Include="System.Xml" />
                            <Reference Include="Microsoft.SqlServer.ManagedDTS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
                            <Reference Include="Microsoft.SqlServer.ScriptTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
                          </ItemGroup>
                          <!-- This section defines the user source files that are part of the
                               project.
                        
                               Compile - Specifies a source file to compile.
                               EmbeddedResource - Specifies a .resx file for embedded resources.
                               None - Specifies a file that is not to be passed to the compiler (for instance,
                                      a text file or XML file).
                               AppDesigner - Specifies the directory where the application properties files can
                                             be found.
                          -->
                          <ItemGroup>
                            <AppDesigner Include="Properties\" />
                            <Compile Include="Properties\AssemblyInfo.cs">
                              <SubType>Code</SubType>
                            </Compile>
                            <EmbeddedResource Include="Properties\Resources.resx">
                              <Generator>ResXFileCodeGenerator</Generator>
                              <LastGenOutput>Resources.Designer.cs</LastGenOutput>
                            </EmbeddedResource>
                            <Compile Include="Properties\Resources.Designer.cs">
                              <AutoGen>True</AutoGen>
                              <DependentUpon>Resources.resx</DependentUpon>
                            </Compile>
                            <None Include="Properties\Settings.settings">
                              <Generator>SettingsSingleFileGenerator</Generator>
                              <LastGenOutput>Settings.Designer.cs</LastGenOutput>
                            </None>
                            <Compile Include="Properties\Settings.Designer.cs">
                              <AutoGen>True</AutoGen>
                              <DependentUpon>Settings.settings</DependentUpon>
                            </Compile>
                            <Compile Include="ScriptMain.cs">
                              <SubType>Code</SubType>
                            </Compile>
                            <!-- Include the default configuration information and metadata files for the add-in.
                                 These files are copied to the build output directory when the project is
                                 built, and the path to the configuration file is passed to add-in on the command
                                 line when debugging.
                            -->
                          </ItemGroup>
                          <!-- Include the build rules for a C# project.-->
                          <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
                          <!-- This section defines VSTA properties that describe the host-changable project properties. -->
                          <ProjectExtensions>
                            <VisualStudio>
                              <FlavorProperties GUID="{A860303F-1F3F-4691-B57E-529FC101A107}">
                                <ProjectProperties HostName="VSTAHostName" HostPackage="{C1B21C64-9E6F-4923-A89D-9F958503C1CE}" ApplicationType="usd" Language="cs" TemplatesPath="" DebugInfoExeName="#HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\InstallDir#\devenv.exe" />
                                <Host Name="SSIS_ScriptTask" />
                                <ProjectClient>
                                  <HostIdentifier>SSIS_ScriptTask</HostIdentifier>
                                </ProjectClient>
                              </FlavorProperties>
                            </VisualStudio>
                          </ProjectExtensions>
                        </Project>]]></ProjectItem><BinaryItem Name="\bin\release\st_14b537a150564ab9a45bdda5e84a1039.csproj.dll">TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAgAAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v
                        ZGUuDQ0KJAAAAAAAAABQRQAATAEDAN2et1EAAAAAAAAAAOAAAiELAQgAABAAAAAIAAAAAAAAji4A
                        AAAgAAAAQAAAAABAAAAgAAAAAgAABAAAAAAAAAAEAAAAAAAAAACAAAAAAgAAAAAAAAMAQIUAABAA
                        ABAAAAAAEAAAEAAAAAAAABAAAAAAAAAAAAAAADwuAABPAAAAAEAAAEgEAAAAAAAAAAAAAAAAAAAA
                        AAAAAGAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAIAAACAAAAAAAAAAAAAAACCAAAEgAAAAAAAAAAAAAAC50ZXh0AAAAlA4AAAAgAAAAEAAAAAIA
                        AAAAAAAAAAAAAAAAACAAAGAucnNyYwAAAEgEAAAAQAAAAAYAAAASAAAAAAAAAAAAAAAAAABAAABA
                        LnJlbG9jAAAMAAAAAGAAAAACAAAAGAAAAAAAAAAAAAAAAAAAQAAAQgAAAAAAAAAAAAAAAAAAAABw
                        LgAAAAAAAEgAAAACAAUAECIAACwMAAABAAAAAAAAAFghAAC4AAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4CKA0AAAoqEzADAC0AAAABAAARfgEAAAQtIHIBAABw0AIA
                        AAIoDgAACm8PAAAKcxAAAAoKBoABAAAEfgEAAAQqGn4CAAAEKh4CgAIAAAQqGn4DAAAEKi5zBgAA
                        BoADAAAEKh4CKBMAAAoqABMwAwCEAAAAAgAAEQIoFQAACm8WAAAKcoEAAHBvFwAACm8YAAAKbxkA
                        AAoMCBkbbxoAAAoMcosAAHAIKBsAAAoKcosAAHAIKBsAAAoLAigVAAAKbxYAAApykwAAcG8XAAAK
                        Bm8cAAAKAigVAAAKbxYAAApyowAAcG8XAAAKB28cAAAKAigVAAAKFm8dAAAKKh4CKB4AAAoqAAAA
                        ALQAAADOyu++AQAAAJEAAABsU3lzdGVtLlJlc291cmNlcy5SZXNvdXJjZVJlYWRlciwgbXNjb3Js
                        aWIsIFZlcnNpb249Mi4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdh
                        NWM1NjE5MzRlMDg5I1N5c3RlbS5SZXNvdXJjZXMuUnVudGltZVJlc291cmNlU2V0AgAAAAAAAAAA
                        AAAAUEFEUEFEULQAAABCU0pCAQABAAAAAAAMAAAAdjIuMC41MDcyNwAAAAAFAGwAAADYAwAAI34A
                        AEQEAAC0BQAAI1N0cmluZ3MAAAAA+AkAALgAAAAjVVMAsAoAABAAAAAjR1VJRAAAAMAKAABsAQAA
                        I0Jsb2IAAAAAAAAAAgAAAVcdogEJAwAAAPoBMwAWAAABAAAAHQAAAAUAAAAGAAAACQAAAAEAAAAe
                        AAAAAgAAAA4AAAACAAAAAgAAAAMAAAAEAAAAAQAAAAUAAAABAAAAAQAAAAAACgABAAAAAAAGANYA
                        zwAKAPIA3QAOAFIBKQEGAG4BzwAGAIQBcwEGALUBoAEGAGQCUgIGAHsCUgIGAJgCUgIGALcCUgIG
                        ANACUgIGAOkCUgIGAAQDUgIGAB8DUgIGADgDUgIGAHEDUQMGAJEDUQMGAMIDrwMGAN8DzwAGAOQD
                        zwAGAAgEUgIKADQEHgQKAE0EHgQGAGIEUQMSAJEEhAQOAKAEKQEWAPkE2QQWABEF2QQGADYFzwAA
                        AAAAAQAAAAAAAQABAAAAEAA5AEMABQABAAEAAAEQAHkAQwAJAAMABQABABAAggCNAA0ABAAIAAMB
                        AAC4AAAAEQAEAAoAEQCUARMAEQDBARcAEQALAjkABgY0AkcAVoA8AkoAVoBEAkoAUCAAAAAAgxjR
                        ARsAAQBYIAAAAACTCNcBHwABAJEgAAAAAJMI6wEkAAEAmCAAAAAAkwj3ASkAAQCgIAAAAACWCBsC
                        PQACALMgAAAAAIYY0QEbAAIApyAAAAAAkRh9BIkAAgC8IAAAAACGAC8CGwACAEwhAAAAAIYY0QEb
                        AAIAAAABAEwCOQDRAVgAQQDRAVgASQDRAVgAUQDRAVgAWQDRAVgAYQDRAVgAaQDRAVgAcQDRAVgA
                        eQDRAVgAgQDRAV0AiQDRARsAkQDRARsACQDRARsAmQD2A2IAmQARBGkAKQDRAW4AsQDRAXoAwQDR
                        ARsAEQDRARsAyQDRAVgAGQCyBMcA0QADBcwA2QAaBdEA4QAjBdcACQAtBdsA6QA9Bd8A6QBHBeUA
                        4QBOBesA0QBYBV0AGQDRARsACAAUAE4ACAAYAFMAKQCLAIAALgATACYBLgAbACYBLgAjACYBLgBT
                        AEMBLgALAPYALgArAPYALgA7ACYBLgBbAEwBLgAzACwBQwBjAFMASQCLAIAAYQCTAFMAgwCjAI0A
                        dQDwAAIAAQADAAMAAACEAS8AAAADAjQAAAAnAkIAAgACAAMAAgADAAUAAQAEAAUAAgAFAAcABIAA
                        AAEAAAAuE/5wAAAAAAAAjQAAAAIAAAAAAAAAAAAAAAEAxgAAAAAAAgAAAAAAAAAAAAAAAQDPAAAA
                        AAAKAAAAAAAAAAAAAAAKAAoBAAAAAAMABQAAAAAAAAAAAAEAhAQAAAAACgAAAAAAAAAAAAAACgC6
                        BAAAAAAAAAAAAQAAAGcFAAAFAAQAAAAAPE1vZHVsZT4AU1RfMTRiNTM3YTE1MDU2NGFiOWE0NWJk
                        ZGE1ZTg0YTEwMzkuY3Nwcm9qLmRsbABSZXNvdXJjZXMAU1RfMTRiNTM3YTE1MDU2NGFiOWE0NWJk
                        ZGE1ZTg0YTEwMzkuY3Nwcm9qLlByb3BlcnRpZXMAU2V0dGluZ3MAU2NyaXB0TWFpbgBTVF8xNGI1
                        MzdhMTUwNTY0YWI5YTQ1YmRkYTVlODRhMTAzOS5jc3Byb2oAU2NyaXB0UmVzdWx0cwBtc2Nvcmxp
                        YgBTeXN0ZW0AT2JqZWN0AFN5c3RlbS5Db25maWd1cmF0aW9uAEFwcGxpY2F0aW9uU2V0dGluZ3NC
                        YXNlAE1pY3Jvc29mdC5TcWxTZXJ2ZXIuU2NyaXB0VGFzawBNaWNyb3NvZnQuU3FsU2VydmVyLkR0
                        cy5UYXNrcy5TY3JpcHRUYXNrAFZTVEFSVFNjcmlwdE9iamVjdE1vZGVsQmFzZQBFbnVtAFN5c3Rl
                        bS5SZXNvdXJjZXMAUmVzb3VyY2VNYW5hZ2VyAHJlc291cmNlTWFuAFN5c3RlbS5HbG9iYWxpemF0
                        aW9uAEN1bHR1cmVJbmZvAHJlc291cmNlQ3VsdHVyZQAuY3RvcgBnZXRfUmVzb3VyY2VNYW5hZ2Vy
                        AGdldF9DdWx0dXJlAHNldF9DdWx0dXJlAEN1bHR1cmUAZGVmYXVsdEluc3RhbmNlAGdldF9EZWZh
                        dWx0AERlZmF1bHQATWFpbgB2YWx1ZV9fAFN1Y2Nlc3MARmFpbHVyZQB2YWx1ZQBTeXN0ZW0uUmVm
                        bGVjdGlvbgBBc3NlbWJseVRpdGxlQXR0cmlidXRlAEFzc2VtYmx5RGVzY3JpcHRpb25BdHRyaWJ1
                        dGUAQXNzZW1ibHlDb25maWd1cmF0aW9uQXR0cmlidXRlAEFzc2VtYmx5Q29tcGFueUF0dHJpYnV0
                        ZQBBc3NlbWJseVByb2R1Y3RBdHRyaWJ1dGUAQXNzZW1ibHlDb3B5cmlnaHRBdHRyaWJ1dGUAQXNz
                        ZW1ibHlUcmFkZW1hcmtBdHRyaWJ1dGUAQXNzZW1ibHlDdWx0dXJlQXR0cmlidXRlAEFzc2VtYmx5
                        VmVyc2lvbkF0dHJpYnV0ZQBTeXN0ZW0uUnVudGltZS5Db21waWxlclNlcnZpY2VzAENvbXBpbGF0
                        aW9uUmVsYXhhdGlvbnNBdHRyaWJ1dGUAUnVudGltZUNvbXBhdGliaWxpdHlBdHRyaWJ1dGUAU3lz
                        dGVtLkRpYWdub3N0aWNzAERlYnVnZ2VyTm9uVXNlckNvZGVBdHRyaWJ1dGUAVHlwZQBSdW50aW1l
                        VHlwZUhhbmRsZQBHZXRUeXBlRnJvbUhhbmRsZQBBc3NlbWJseQBnZXRfQXNzZW1ibHkAU3lzdGVt
                        LkNvbXBvbmVudE1vZGVsAEVkaXRvckJyb3dzYWJsZUF0dHJpYnV0ZQBFZGl0b3JCcm93c2FibGVT
                        dGF0ZQBDb21waWxlckdlbmVyYXRlZEF0dHJpYnV0ZQAuY2N0b3IAU3lzdGVtLkFkZEluAEFkZElu
                        QXR0cmlidXRlAFNjcmlwdE9iamVjdE1vZGVsAGdldF9EdHMATWljcm9zb2Z0LlNxbFNlcnZlci5N
                        YW5hZ2VkRFRTAE1pY3Jvc29mdC5TcWxTZXJ2ZXIuRHRzLlJ1bnRpbWUAVmFyaWFibGVzAGdldF9W
                        YXJpYWJsZXMAVmFyaWFibGUAZ2V0X0l0ZW0AZ2V0X1ZhbHVlAFRvU3RyaW5nAFN0cmluZwBTdWJz
                        dHJpbmcAQ29uY2F0AHNldF9WYWx1ZQBzZXRfVGFza1Jlc3VsdABTVF8xNGI1MzdhMTUwNTY0YWI5
                        YTQ1YmRkYTVlODRhMTAzOS5jc3Byb2ouUHJvcGVydGllcy5SZXNvdXJjZXMucmVzb3VyY2VzAAAA
                        AAB/UwBUAF8AMQA0AGIANQAzADcAYQAxADUAMAA1ADYANABhAGIAOQBhADQANQBiAGQAZABhADUA
                        ZQA4ADQAYQAxADAAMwA5AC4AYwBzAHAAcgBvAGoALgBQAHIAbwBwAGUAcgB0AGkAZQBzAC4AUgBl
                        AHMAbwB1AHIAYwBlAHMAAAlQAGEAdABoAAAHRQA6AFwAAA9TAHIAYwBQAGEAdABoAAARRABlAHMA
                        dABQAGEAdABoAAAAAABdOpJaCIoHRJb4VdLaCEHoAAi3elxWGTTgiQiJhF3NgIDMkQMGEhUDBhIZ
                        AyAAAQQAABIVBAAAEhkFAAEBEhkECAASFQQIABIZAwYSDAQAABIMBAgAEgwCBggDBhEUBAAAAAAE
                        AQAAAAQgAQEOBCABAQgGAAESTRFRBCAAElUGIAIBDhJVBAcBEhUFIAEBEV0IAQACAAAAAAADAAAB
                        OQEAClNjcmlwdE1haW4DAFQOB1ZlcnNpb24DMS4wVA4JUHVibGlzaGVyAFQOC0Rlc2NyaXB0aW9u
                        AAQgABJpBCAAEm0FIAEScRwDIAAcAyAADgUgAg4ICAUAAg4ODgQgAQEcBQcDDg4OLwEAKlNUXzE0
                        YjUzN2ExNTA1NjRhYjlhNDViZGRhNWU4NGExMDM5LmNzcHJvagAABQEAAAAAFgEAEUNvcHlyaWdo
                        dCBAICAyMDEzAAAIAQAIAAAAAAAeAQABAFQCFldyYXBOb25FeGNlcHRpb25UaHJvd3MBAGQuAAAA
                        AAAAAAAAAH4uAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwLgAAAAAAAAAAAAAAAF9Db3JEbGxN
                        YWluAG1zY29yZWUuZGxsAAAAAAD/JQAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAABABAAAAAYAACAAAAAAAAAAAAAAAAAAAABAAEAAAAwAACAAAAAAAAAAAAAAAAAAAABAAAA
                        AABIAAAAWEAAAPADAAAAAAAAAAAAAPADNAAAAFYAUwBfAFYARQBSAFMASQBPAE4AXwBJAE4ARgBP
                        AAAAAAC9BO/+AAABAAAAAQD+cC4TAAABAP5wLhM/AAAAAAAAAAQAAAACAAAAAAAAAAAAAAAAAAAA
                        RAAAAAEAVgBhAHIARgBpAGwAZQBJAG4AZgBvAAAAAAAkAAQAAABUAHIAYQBuAHMAbABhAHQAaQBv
                        AG4AAAAAAAAAsARQAwAAAQBTAHQAcgBpAG4AZwBGAGkAbABlAEkAbgBmAG8AAAAsAwAAAQAwADAA
                        MAAwADAANABiADAAAACAACsAAQBGAGkAbABlAEQAZQBzAGMAcgBpAHAAdABpAG8AbgAAAAAAUwBU
                        AF8AMQA0AGIANQAzADcAYQAxADUAMAA1ADYANABhAGIAOQBhADQANQBiAGQAZABhADUAZQA4ADQA
                        YQAxADAAMwA5AC4AYwBzAHAAcgBvAGoAAAAAAEAADwABAEYAaQBsAGUAVgBlAHIAcwBpAG8AbgAA
                        AAAAMQAuADAALgA0ADkAMQAwAC4AMgA4ADkAMgA2AAAAAACAAC8AAQBJAG4AdABlAHIAbgBhAGwA
                        TgBhAG0AZQAAAFMAVABfADEANABiADUAMwA3AGEAMQA1ADAANQA2ADQAYQBiADkAYQA0ADUAYgBk
                        AGQAYQA1AGUAOAA0AGEAMQAwADMAOQAuAGMAcwBwAHIAbwBqAC4AZABsAGwAAAAAAEgAEgABAEwA
                        ZQBnAGEAbABDAG8AcAB5AHIAaQBnAGgAdAAAAEMAbwBwAHkAcgBpAGcAaAB0ACAAQAAgACAAMgAw
                        ADEAMwAAAIgALwABAE8AcgBpAGcAaQBuAGEAbABGAGkAbABlAG4AYQBtAGUAAABTAFQAXwAxADQA
                        YgA1ADMANwBhADEANQAwADUANgA0AGEAYgA5AGEANAA1AGIAZABkAGEANQBlADgANABhADEAMAAz
                        ADkALgBjAHMAcAByAG8AagAuAGQAbABsAAAAAAB4ACsAAQBQAHIAbwBkAHUAYwB0AE4AYQBtAGUA
                        AAAAAFMAVABfADEANABiADUAMwA3AGEAMQA1ADAANQA2ADQAYQBiADkAYQA0ADUAYgBkAGQAYQA1
                        AGUAOAA0AGEAMQAwADMAOQAuAGMAcwBwAHIAbwBqAAAAAABEAA8AAQBQAHIAbwBkAHUAYwB0AFYA
                        ZQByAHMAaQBvAG4AAAAxAC4AMAAuADQAOQAxADAALgAyADgAOQAyADYAAAAAAEgADwABAEEAcwBz
                        AGUAbQBiAGwAeQAgAFYAZQByAHMAaQBvAG4AAAAxAC4AMAAuADQAOQAxADAALgAyADgAOQAyADYA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAwAAACQPgAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
                        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</BinaryItem></ScriptProject></DTS:ObjectData></DTS:Executable>
                        <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferDatabaseTask, Microsoft.SqlServer.TransferDatabasesTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" DTS:ThreadHint="0">
                        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecutionAddress"></DTS:Property>
                        <DTS:Property DTS:Name="TaskContact">Transfer Database Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; (C) Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
                        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
                        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
                        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
                        <DTS:Property DTS:Name="MaxErrorCount">5</DTS:Property>
                        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
                        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
                        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
                        <DTS:Property DTS:Name="DelayValidation">-1</DTS:Property>
                        <DTS:LoggingOptions>
                        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
                        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
                        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8"></DTS:Property></DTS:LoggingOptions><DTS:PropertyExpression DTS:Name="DestinationDatabaseFiles">"\"" +  @[User::FileName] + "\", \"" +  @[User::DestPath] + "\",\"\";  \"" + @[User::LogName]+ "\", \"" +  @[User::DestPath] + "\",\"\""</DTS:PropertyExpression><DTS:PropertyExpression DTS:Name="DestinationDatabaseName">@[User::DbName]</DTS:PropertyExpression><DTS:PropertyExpression DTS:Name="SourceDatabaseFiles">"\"" +  @[User::FileName] + "\", \"" +  @[User::SrcPath] + "\",\"\";  \"" + @[User::LogName]+ "\", \"" +  @[User::SrcPath] + "\",\"\""</DTS:PropertyExpression><DTS:PropertyExpression DTS:Name="SourceDatabaseName">@[User::DbName]</DTS:PropertyExpression>
                        <DTS:Property DTS:Name="ObjectName">Transfer Database Task</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{6C855CA6-6F9A-440C-8A41-3C09060B51AA}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Transfer Database Task</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.TransferDatabaseTask, Microsoft.SqlServer.TransferDatabasesTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property><DTS:ObjectData><TransferDatabasesTaskData SrcConn="{2D677388-6C8F-4A8B-B2BB-0E1272C3AF30}" DestConn="{A765A344-EE85-4F3A-BB7A-A887E2201020}" Action="0" Method="1" SrcDBName="" ReattachSrcDB="false" SrcDBFiles="&quot;&quot;,&quot;&quot;,&quot;&quot;;&quot;&quot;,&quot;&quot;,&quot;&quot;" DestDBName="" DestDBFiles="&quot;&quot;,&quot;&quot;,&quot;&quot;;&quot;&quot;,&quot;&quot;,&quot;&quot;" DestOverwrite="true"/></DTS:ObjectData></DTS:Executable>
                        <DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="Value">0</DTS:Property>
                        <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
                        <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
                        <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{F043CC3A-BF70-434D-81C3-3959F464FE45}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" DTS:IsFrom="0"/>
                        <DTS:Property DTS:Name="ObjectName">Constraint</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{8A5C297C-0E80-4DAD-A432-673E9EF6788F}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
                        <DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="Value">0</DTS:Property>
                        <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
                        <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
                        <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" DTS:IsFrom="0"/>
                        <DTS:Property DTS:Name="ObjectName">Constraint 1</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{81385BE6-0FC1-481D-BB99-5746E1B37655}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
                        <DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="Value">0</DTS:Property>
                        <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
                        <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
                        <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{98650444-264C-4F84-9151-B938F91B05E0}" DTS:IsFrom="0"/>
                        <DTS:Property DTS:Name="ObjectName">Constraint 2</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{47362140-D00D-4906-AB50-780637A3268B}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
                        <DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="Value">0</DTS:Property>
                        <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
                        <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
                        <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{98650444-264C-4F84-9151-B938F91B05E0}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{6C855CA6-6F9A-440C-8A41-3C09060B51AA}" DTS:IsFrom="0"/>
                        <DTS:Property DTS:Name="ObjectName">Constraint 3</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{3C86A86C-160E-4841-B415-07DACAABCD12}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="ObjectName">Foreach Loop Container</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}</DTS:Property>
                        <DTS:Property DTS:Name="Description">Foreach Loop Container</DTS:Property>
                        <DTS:Property DTS:Name="CreationName">STOCK:FOREACHLOOP</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property>
                        <DTS:ForEachVariableMapping>
                        <DTS:Property DTS:Name="VariableName">User::DbName</DTS:Property>
                        <DTS:Property DTS:Name="ValueIndex" DTS:DataType="3">1</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{7946AFB4-23C8-4C65-B8C6-7C9E2D3F9FCE}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{7946AFB4-23C8-4C65-B8C6-7C9E2D3F9FCE}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:ForEachVariableMapping>
                        <DTS:ForEachVariableMapping>
                        <DTS:Property DTS:Name="VariableName">User::DatabaseID</DTS:Property>
                        <DTS:Property DTS:Name="ValueIndex" DTS:DataType="3">0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{CDF64D92-2684-465E-8738-6C53BC06A7B6}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{CDF64D92-2684-465E-8738-6C53BC06A7B6}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:ForEachVariableMapping></DTS:Executable>
                        <DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="Value">0</DTS:Property>
                        <DTS:Property DTS:Name="EvalOp">2</DTS:Property>
                        <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>
                        <DTS:Property DTS:Name="Expression"></DTS:Property><DTS:Executable IDREF="{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}" DTS:IsFrom="-1"/><DTS:Executable IDREF="{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}" DTS:IsFrom="0"/>
                        <DTS:Property DTS:Name="ObjectName">Constraint</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{E4EF151A-6370-43E7-B198-C4557B831A05}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PrecedenceConstraint>
                        <DTS:Property DTS:Name="ObjectName">Package</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{A7E7047B-7B24-4B5B-BFF8-3D6D6BC39703}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName">SSIS.Package.2</DTS:Property>
                        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{3C86A86C-160E-4841-B415-07DACAABCD12}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{627544DF-AEB4-4F06-AB8E-ED1B525E0575}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{47362140-D00D-4906-AB50-780637A3268B}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{63CB6699-B5D3-49CB-9D48-CF712F0E01E3}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{81385BE6-0FC1-481D-BB99-5746E1B37655}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{6A4A9627-6144-4F00-85DF-A3D12E172F23}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{8A5C297C-0E80-4DAD-A432-673E9EF6788F}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{26E6BDE0-DF75-4B5C-A60E-B25BDF77DC14}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;Package 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:DtsControlFlowDiagram&gt;&lt;dwd:BoundingLeft&gt;-500&lt;/dwd:BoundingLeft&gt;&lt;dwd:BoundingTop&gt;-22081&lt;/dwd:BoundingTop&gt;&lt;dwd:Layout&gt;&lt;dds&gt;
                          &lt;diagram fontclsid="{0BE35203-8F91-11CE-9DE3-00AA004BB851}" mouseiconclsid="{0BE35204-8F91-11CE-9DE3-00AA004BB851}" defaultlayout="Microsoft.DataWarehouse.Layout.GraphLayout100" defaultlineroute="Microsoft.DataWarehouse.Layout.GraphLayout100" version="7" nextobject="27" scale="100" pagebreakanchorx="0" pagebreakanchory="0" pagebreaksizex="0" pagebreaksizey="0" scrollleft="-1500" scrolltop="-23081" gridx="150" gridy="150" marginx="1000" marginy="1000" zoom="100" x="26141" y="14367" backcolor="15334399" defaultpersistence="2" PrintPageNumbersMode="3" PrintMarginTop="0" PrintMarginBottom="635" PrintMarginLeft="0" PrintMarginRight="0" marqueeselectionmode="1" mousepointer="0" snaptogrid="0" autotypeannotation="1" showscrollbars="1" viewpagebreaks="0" donotforceconnectorsbehindshapes="1" backpictureclsid="{00000000-0000-0000-0000-000000000000}"&gt;
                            &lt;font&gt;
                              &lt;ddsxmlobjectstreamwrapper binary="01010000900180380100065461686f6d61" /&gt;
                            &lt;/font&gt;
                            &lt;mouseicon&gt;
                              &lt;ddsxmlobjectstreamwrapper binary="6c74000000000000" /&gt;
                            &lt;/mouseicon&gt;
                          &lt;/diagram&gt;
                          &lt;layoutmanager&gt;
                            &lt;ddsxmlobj /&gt;
                          &lt;/layoutmanager&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Transfer Database Task" left="243" top="-10566" logicalid="13" controlid="1" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{6C855CA6-6F9A-440C-8A41-3C09060B51AA}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsContainerObjectManagedBridge.2" tooltip="Foreach Loop Container" left="-500" top="-19745" logicalid="14" controlid="2" masterid="0" hint1="0" hint2="0" width="11063" height="10930" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="00080000372b0000b22a0000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="Caption" value="Foreach Loop Container" vartype="8" /&gt;
                                &lt;property name="CaptionHeight" value="1164" vartype="3" /&gt;
                                &lt;property name="Collapsed" value="0" vartype="11" /&gt;
                                &lt;property name="CollapsedWidth" value="4339" vartype="3" /&gt;
                                &lt;property name="LogicalObject" value="{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}" vartype="8" /&gt;
                                &lt;property name="RealHeight" value="4657" vartype="3" /&gt;
                                &lt;property name="RealWidth" value="4339" vartype="3" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="-261" top="-22081" logicalid="15" controlid="3" masterid="0" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1139" top="-21316" logicalid="16" controlid="4" masterid="0" hint1="0" hint2="0" width="4292" height="2071" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{E4EF151A-6370-43E7-B198-C4557B831A05}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="3" destid="2" sourceattachpoint="7" destattachpoint="18" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="1538" y="-20917" /&gt;
                              &lt;point x="1538" y="-20331" /&gt;
                              &lt;point x="5031" y="-20331" /&gt;
                              &lt;point x="5031" y="-19745" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="404" top="-17895" logicalid="17" controlid="5" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{F043CC3A-BF70-434D-81C3-3959F464FE45}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="382" top="-15779" logicalid="18" controlid="6" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1782" top="-17130" logicalid="19" controlid="7" masterid="0" hint1="0" hint2="0" width="821" height="1851" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{8A5C297C-0E80-4DAD-A432-673E9EF6788F}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="5" destid="6" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="2203" y="-16731" /&gt;
                              &lt;point x="2203" y="-16255" /&gt;
                              &lt;point x="2181" y="-16255" /&gt;
                              &lt;point x="2181" y="-15779" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="313" top="-13558" logicalid="20" controlid="8" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1232" top="-15014" logicalid="21" controlid="9" masterid="0" hint1="0" hint2="0" width="1280" height="1956" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{81385BE6-0FC1-481D-BB99-5746E1B37655}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="6" destid="8" sourceattachpoint="5" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="1631" y="-14615" /&gt;
                              &lt;point x="1631" y="-13822" /&gt;
                              &lt;point x="2112" y="-13822" /&gt;
                              &lt;point x="2112" y="-13558" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Script Task" left="5824" top="-12548" logicalid="22" controlid="10" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{98650444-264C-4F84-9151-B938F91B05E0}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="3512" top="-13375" logicalid="23" controlid="11" masterid="0" hint1="0" hint2="0" width="2612" height="1809" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{47362140-D00D-4906-AB50-780637A3268B}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="8" destid="10" sourceattachpoint="15" destattachpoint="14" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="3911" y="-12976" /&gt;
                              &lt;point x="4867" y="-12976" /&gt;
                              &lt;point x="4867" y="-11966" /&gt;
                              &lt;point x="5824" y="-11966" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1643" top="-11783" logicalid="24" controlid="12" masterid="0" hint1="0" hint2="0" width="6380" height="1717" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{3C86A86C-160E-4841-B415-07DACAABCD12}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="10" destid="1" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="7623" y="-11384" /&gt;
                              &lt;point x="7623" y="-10975" /&gt;
                              &lt;point x="2042" y="-10975" /&gt;
                              &lt;point x="2042" y="-10566" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                        &lt;/dds&gt;&lt;/dwd:Layout&gt;&lt;dwd:PersistedViewPortLeft&gt;-1500&lt;/dwd:PersistedViewPortLeft&gt;&lt;dwd:PersistedViewPortTop&gt;-23081&lt;/dwd:PersistedViewPortTop&gt;&lt;/dwd:DtsControlFlowDiagram&gt;&lt;/Package&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{A7E7047B-7B24-4B5B-BFF8-3D6D6BC39703}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{C03799E2-1EFB-4801-BDE8-902AF3BE8957}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;PrecedenceConstraint 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:EvalOp&gt;Constraint&lt;/dwd:EvalOp&gt;&lt;/PrecedenceConstraint&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">{E4EF151A-6370-43E7-B198-C4557B831A05}</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{DB43E0BB-CA13-4A67-B2D8-CB2B28C4F60B}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable>
                        <DTS:PackageVariable>
                        <DTS:Property DTS:Name="PackageVariableValue" DTS:DataType="8">&lt;Package 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:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0"&gt;&lt;dwd:DtsControlFlowDiagram&gt;&lt;dwd:BoundingLeft&gt;-500&lt;/dwd:BoundingLeft&gt;&lt;dwd:BoundingTop&gt;-22081&lt;/dwd:BoundingTop&gt;&lt;dwd:Layout&gt;&lt;dds&gt;
                          &lt;diagram fontclsid="{0BE35203-8F91-11CE-9DE3-00AA004BB851}" mouseiconclsid="{0BE35204-8F91-11CE-9DE3-00AA004BB851}" defaultlayout="Microsoft.DataWarehouse.Layout.GraphLayout100" defaultlineroute="Microsoft.DataWarehouse.Layout.GraphLayout100" version="7" nextobject="27" scale="100" pagebreakanchorx="0" pagebreakanchory="0" pagebreaksizex="0" pagebreaksizey="0" scrollleft="-1500" scrolltop="-23081" gridx="150" gridy="150" marginx="1000" marginy="1000" zoom="100" x="26141" y="14367" backcolor="15334399" defaultpersistence="2" PrintPageNumbersMode="3" PrintMarginTop="0" PrintMarginBottom="635" PrintMarginLeft="0" PrintMarginRight="0" marqueeselectionmode="1" mousepointer="0" snaptogrid="0" autotypeannotation="1" showscrollbars="1" viewpagebreaks="0" donotforceconnectorsbehindshapes="1" backpictureclsid="{00000000-0000-0000-0000-000000000000}"&gt;
                            &lt;font&gt;
                              &lt;ddsxmlobjectstreamwrapper binary="01010000900180380100065461686f6d61" /&gt;
                            &lt;/font&gt;
                            &lt;mouseicon&gt;
                              &lt;ddsxmlobjectstreamwrapper binary="6c74000000000000" /&gt;
                            &lt;/mouseicon&gt;
                          &lt;/diagram&gt;
                          &lt;layoutmanager&gt;
                            &lt;ddsxmlobj /&gt;
                          &lt;/layoutmanager&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Transfer Database Task" left="243" top="-10566" logicalid="13" controlid="1" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{6C855CA6-6F9A-440C-8A41-3C09060B51AA}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsContainerObjectManagedBridge.2" tooltip="Foreach Loop Container" left="-500" top="-19745" logicalid="14" controlid="2" masterid="0" hint1="0" hint2="0" width="11063" height="10930" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="00080000372b0000b22a0000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="Caption" value="Foreach Loop Container" vartype="8" /&gt;
                                &lt;property name="CaptionHeight" value="1164" vartype="3" /&gt;
                                &lt;property name="Collapsed" value="0" vartype="11" /&gt;
                                &lt;property name="CollapsedWidth" value="4339" vartype="3" /&gt;
                                &lt;property name="LogicalObject" value="{F18CB421-CD5C-4493-B15D-E71FEF96C9D9}" vartype="8" /&gt;
                                &lt;property name="RealHeight" value="4657" vartype="3" /&gt;
                                &lt;property name="RealWidth" value="4339" vartype="3" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="-261" top="-22081" logicalid="15" controlid="3" masterid="0" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{567B61C0-8A0D-4B80-BBB6-A1AB4F44A33C}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1139" top="-21316" logicalid="16" controlid="4" masterid="0" hint1="0" hint2="0" width="4292" height="2071" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{E4EF151A-6370-43E7-B198-C4557B831A05}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="3" destid="2" sourceattachpoint="7" destattachpoint="18" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="1538" y="-20917" /&gt;
                              &lt;point x="1538" y="-20331" /&gt;
                              &lt;point x="5031" y="-20331" /&gt;
                              &lt;point x="5031" y="-19745" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="404" top="-17895" logicalid="17" controlid="5" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{F043CC3A-BF70-434D-81C3-3959F464FE45}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="382" top="-15779" logicalid="18" controlid="6" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{6D33A501-4D79-4D0E-8B48-965F5A93921B}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1782" top="-17130" logicalid="19" controlid="7" masterid="0" hint1="0" hint2="0" width="821" height="1851" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{8A5C297C-0E80-4DAD-A432-673E9EF6788F}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="5" destid="6" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="2203" y="-16731" /&gt;
                              &lt;point x="2203" y="-16255" /&gt;
                              &lt;point x="2181" y="-16255" /&gt;
                              &lt;point x="2181" y="-15779" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Execute SQL Task" left="313" top="-13558" logicalid="20" controlid="8" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{592B5F99-C58A-423D-9935-E67CB2C46C0C}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1232" top="-15014" logicalid="21" controlid="9" masterid="0" hint1="0" hint2="0" width="1280" height="1956" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{81385BE6-0FC1-481D-BB99-5746E1B37655}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="6" destid="8" sourceattachpoint="5" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="1631" y="-14615" /&gt;
                              &lt;point x="1631" y="-13822" /&gt;
                              &lt;point x="2112" y="-13822" /&gt;
                              &lt;point x="2112" y="-13558" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="DdsShapes.DdsObjectManagedBridge.2" tooltip="Script Task" left="5824" top="-12548" logicalid="22" controlid="10" masterid="2" hint1="0" hint2="0" width="3598" height="1164" noresize="0" nomove="0" nodefaultattachpoints="0" autodrag="1" usedefaultiddshape="1" selectable="1" showselectionhandles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobjectstreaminitwrapper binary="000800000e0e00008c040000" /&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{98650444-264C-4F84-9151-B938F91B05E0}" vartype="8" /&gt;
                                &lt;property name="ShowConnectorSource" value="0" vartype="2" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;shape groupshapeid="0" groupnode="0" /&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="3512" top="-13375" logicalid="23" controlid="11" masterid="0" hint1="0" hint2="0" width="2612" height="1809" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{47362140-D00D-4906-AB50-780637A3268B}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="8" destid="10" sourceattachpoint="15" destattachpoint="14" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="3911" y="-12976" /&gt;
                              &lt;point x="4867" y="-12976" /&gt;
                              &lt;point x="4867" y="-11966" /&gt;
                              &lt;point x="5824" y="-11966" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                          &lt;ddscontrol controlprogid="MSDDS.Polyline" left="1643" top="-11783" logicalid="24" controlid="12" masterid="0" hint1="0" hint2="0" width="6380" height="1717" noresize="0" nomove="0" nodefaultattachpoints="1" autodrag="0" usedefaultiddshape="0" selectable="1" showselectionhandles="0" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
                            &lt;control&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;polyline endtypedst="3" endtypesrc="1" usercolor="32768" linestyle="0" linerender="2" customendtypedstid="0" customendtypesrcid="0" adornsvisible="1" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/control&gt;
                            &lt;layoutobject&gt;
                              &lt;ddsxmlobj&gt;
                                &lt;property name="LogicalObject" value="{3C86A86C-160E-4841-B415-07DACAABCD12}" vartype="8" /&gt;
                                &lt;property name="Virtual" value="0" vartype="11" /&gt;
                                &lt;property name="VisibleAP" value="0" vartype="3" /&gt;
                              &lt;/ddsxmlobj&gt;
                            &lt;/layoutobject&gt;
                            &lt;connector lineroutestyle="Microsoft.DataWarehouse.Layout.GraphLayout100" sourceid="10" destid="1" sourceattachpoint="7" destattachpoint="6" segmenteditmode="0" bendpointeditmode="0" bendpointvisibility="2" relatedid="0" virtual="0"&gt;
                              &lt;point x="7623" y="-11384" /&gt;
                              &lt;point x="7623" y="-10975" /&gt;
                              &lt;point x="2042" y="-10975" /&gt;
                              &lt;point x="2042" y="-10566" /&gt;
                            &lt;/connector&gt;
                          &lt;/ddscontrol&gt;
                        &lt;/dds&gt;&lt;/dwd:Layout&gt;&lt;dwd:PersistedViewPortLeft&gt;-1500&lt;/dwd:PersistedViewPortLeft&gt;&lt;dwd:PersistedViewPortTop&gt;-23081&lt;/dwd:PersistedViewPortTop&gt;&lt;/dwd:DtsControlFlowDiagram&gt;&lt;/Package&gt;</DTS:Property>
                        <DTS:Property DTS:Name="Namespace">dts-designer-1.0</DTS:Property>
                        <DTS:Property DTS:Name="ObjectName">package-diagram</DTS:Property>
                        <DTS:Property DTS:Name="DTSID">{62324930-476D-42D5-9C95-E96475089479}</DTS:Property>
                        <DTS:Property DTS:Name="Description"></DTS:Property>
                        <DTS:Property DTS:Name="CreationName"></DTS:Property></DTS:PackageVariable></DTS:Executable>

                        Comment

                        • Rabbit
                          Recognized Expert MVP
                          • Jan 2007
                          • 12517

                          #13
                          If those queries are doing their job correctly, everything should populate correctly. I would check that the execute SQL steps are 1) returning what they should be returning and 2) are being populated into the variable. If both of those are happening as they should, then I'm stumped as to why the task expression is still blank.

                          Comment

                          • blux2013
                            New Member
                            • Jun 2013
                            • 9

                            #14
                            The execute SQL steps are working and the variables are being populated properly. Well, at least I feel better that I wasn't missing something obvious. Thanks for taking time to work with me on this.

                            Comment

                            • Rabbit
                              Recognized Expert MVP
                              • Jan 2007
                              • 12517

                              #15
                              What steps did you take to verify that the variables are being populated properly?

                              Comment

                              Working...