All Tags »
SSIS »
encryption »
SQL Server Inte... »
configurations
Sorry, but there are no more tags available to filter with.
-
7 days ago I posted a blog entry called Storing Passwords in which I explained the various options for securely storing passwords in a SSIS configuration. The securest form of doing this is storing them in an encrypted fashon in a SQL Server table although I didn't go into detail on how you might do this.
Well, now I have no need to ...