mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
updating DB names for SSIS
This commit is contained in:
+1
@@ -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.
|
||||
|
||||
+1
-1
@@ -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>
|
||||
Reference in New Issue
Block a user