May 1, 2020 at 2:36 pm
Dear All,
How to encrypt column data types like (integer, numeric) in SQL server table level.
Kindly suggest
Sethu
May 1, 2020 at 3:57 pm
Dear All,
How to encrypt column data types like (integer, numeric) in SQL server table level.
Kindly suggest
Sethu
This took me 15 seconds to Google. Please don't post questions which are so easily solved with a quick search.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
May 1, 2020 at 4:54 pm
Hi Phil
Thanks for your quick reply.
I google this question and found some threads but can't match my requirement. That's why I posted here.
Will you please help me out.
Thanking you
May 1, 2020 at 5:17 pm
Please tell me what is wrong with the information found by following the hyperlink I provided, and then we can help you further.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
May 1, 2020 at 5:56 pm
Hi,
Have checked that link, the system suggests creating one more new field with datatype varbinary or varchar then encrypted data to store that field.
My database is running client environment and somany stored procedures and SQL statements written in pages also. I think I am not able to create new field as of now and migrate the data into new field. can you suggest to store the encrypted data into existing column
Like my table called users
Usercode int
Empid varchar
Name varchar
DOB smalldatetime
salary numeriic
I want to store encrypted data for following fields (usercode, empid, dob, salary)
Sethu
May 1, 2020 at 9:20 pm
I can't think of a way of applying this sort of encryption without changing the structure of the database.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply