when creating the database at the client's server, the configuration table needs to be created as well and the data manually inserted using insert statements.
in this case, how do i enter the data in a way that is encrypted?
that's my question
thanks
I'm not sure I understand your question, but I think the answer is you can't do this. We don't support encrypting SQL Server configurations.|||I believe the question is just about writing data to an encrypted column. In that case, you should be able to just write values as you were writing them before, SQL Server would take care of encrypting the contents.
No comments:
Post a Comment