Viewing 5 posts - 1 through 5 (of 5 total)
can you detail me on how to encrypt all database objects (especially table structure-i have already encrypted views/triggers/functions/SP) in sql server so that the DBA wont be able to see...
July 1, 2011 at 6:04 am
Logon trigger wont allow the DBA to access any other database on the same server means i am blocking server access instead of database access which is not the requirement.
July 1, 2011 at 5:49 am
I agree on this but my senior is not understanding the same thing. He told me that same is possible in Oracle using TOAD. Meaning we can restrict DBA from...
July 1, 2011 at 5:32 am
Can we encrypt table structure in Sql server? Encryption should be password based and admin should not be able to decrypt it without that password. if yes then how?
Thanks,
Bhawna
July 1, 2011 at 5:09 am
I have already applied cell level encryption. But I don't want DBA to see the definition or modify any object. We are blocking DBA access for the security of the...
June 24, 2011 at 5:56 am
Viewing 5 posts - 1 through 5 (of 5 total)