Viewing 15 posts - 31 through 45 (of 127 total)
You are 101% right..Sean
but, things here are ongoing..with millions of data across the 40+ tabels..
and account number is used as reference in almost 32+ tables.
Due to recent raise the quetions...
July 23, 2013 at 9:20 am
Hi Sean..
I use the following approach ro reference masked value to original values.
-- **********************************************
-- **************** STEP 1 ********************
-- **********************************************
update #ClientInfo
set ExistingID = floor(((ExistingID *...
July 23, 2013 at 8:47 am
Sean Lange (7/22/2013)
July 22, 2013 at 2:23 pm
Hi Sean AND Steve..
The following is totally not just to prove myself..but just got an idea in my mind, and want to discuss with you guys, before I waste my...
July 22, 2013 at 2:19 pm
Thank you so much Steve and Sean.
As I was seraching for solution intially, when i got this task, i found single column encryption can be the best solution for this.
and...
July 22, 2013 at 1:47 pm
I am not sure whether or not I am gonna make this solution or not, but as per your explaination,
You want me to do somthing like following.
1) pick column...
July 22, 2013 at 12:28 pm
I completely agree with you Steve...As this is not the easy task.
I am fresh graduate...I know this very hard for me..as new to this orgranisation where , I am working...
July 22, 2013 at 12:18 pm
I mean to say...
Can we add extra column in each table where "AccountNumber" column exists and apply somekind of algorithm, make modification in "AccountNumber" column data and make it unidentified...
July 22, 2013 at 11:55 am
Oh..no..:crying:
I am pretty sure that there will not be any way, once you said.
Is there any way we can solve from the scratch, or somthing else., because data is loaded...
July 22, 2013 at 11:41 am
Ok "BigHelpers" here is the main point,
I guess finally I came out with proper quetion, Please forgive me for any spelling mistakes...I am trying my best to get command on...
July 22, 2013 at 10:59 am
Hi Sean ...
can you please suggest me any way to achive the following objective.?
what should I do , in order to restrict other 5 users , having same access as...
July 22, 2013 at 10:31 am
yes you are right..it's all about my language barrier..as english is not my first language..I always find my self in backfoot , while explaning the situation , what I really...
July 22, 2013 at 10:07 am
Ok..I got your point Sean and Steve...Thanks for that.
I just checked the encryption from one of my co-worker, under her login name and password , but on the same server.
she...
July 22, 2013 at 9:21 am
Sean Lange (7/22/2013)
July 22, 2013 at 8:27 am
yes...You are right..
In my tabel there is one column with sensitive data, called account number.
On which I successfully applied, coulmn encryption, after createing new coulmn called EncryptedAccountNumber.
Now My table show...
July 22, 2013 at 7:45 am
Viewing 15 posts - 31 through 45 (of 127 total)