encryption on columns in table

  • Hello ,

    I have encryption on one column in a table.
    There is a csv file that needs to get loaded into this table and one column DOB which is in the file needs to get loaded into encrypted column in table.

    We are using SSIS packages to load data into tables, how can load data into encrypted columns.

  • just insert it. SQL Server handles the encrypting of the data before it gets written to the table.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply