Created
October 3, 2017 11:09
-
-
Save RichieBzzzt/0f2e953c30700ec020ee2fbb7f683318 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<DTS:ConnectionManager xmlns:DTS="www.microsoft.com/SqlServer/Dts" | |
DTS:ObjectName="WWI_DW_Destination_DB" | |
DTS:DTSID="{7C3E3ECC-C5AD-4675-9618-FC08465F8BC9}" | |
DTS:CreationName="OLEDB"> | |
<DTS:PropertyExpression | |
DTS:Name="ServerName">@[$Project::ServerInstance]</DTS:PropertyExpression> | |
<DTS:ObjectData> | |
<DTS:ConnectionManager | |
DTS:ConnectionString="Data Source=.;Initial Catalog=WideWorldImportersDW;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" /> | |
</DTS:ObjectData> | |
</DTS:ConnectionManager> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment