updating DB names for SSIS

This commit is contained in:
Jos de Bruijn
2017-06-16 12:01:08 -07:00
parent cbdb8751e3
commit 333b8a7ef1
3 changed files with 3 additions and 2 deletions
@@ -29,6 +29,7 @@ GO
-- 1a. In Object Explorer, expand the security node in WideWorldImporters, then expand
-- the Always Encrypted Keys node and note the contents.
-- If you do not see the Always Encrypted node, install the latest version of Management Studio (17.X or higher).
-- 1b. Right-click the Column Master Keys node and click New Column Master Key.
-- 1c. For the name, enter WWI_ColumnMasterKey.
-- 1d. Note the available entries in the Key store dropdown list. Choose Windows Certificate Store - Current User.
@@ -5,6 +5,6 @@
DTS:CreationName="OLEDB">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=.;Initial Catalog=wwi-dw-ssdt;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
DTS:ConnectionString="Data Source=.;Initial Catalog=WideWorldImportersDW;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
@@ -5,6 +5,6 @@
DTS:CreationName="OLEDB">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=.;Initial Catalog=wwi-ssdt;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
DTS:ConnectionString="Data Source=.;Initial Catalog=WideWorldImporters;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>