How can you achieve this.
In the package click on properties --- protection level
The following options are available for selection
- Do Not Save Sensitive will remove sensitive data every time the package is reopened.
- The Encrypt Sensitive With User Key protection level encrypts the sensitive information in the package by using keys based on the current user. When a new user opens the package, he or she must reenter sensitive data, such as a SQL Server password.
- Encrypt Sensitive With Password will encrypt sensitive data with a package password. This would require you to enter a password every time you opened the package.
- Encrypt All With User Key will encrypt the entire package with the user key. A new user will not be able to view or execute the package.
No comments:
Post a Comment