Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
SQL Secure Data in Tables
I am developing an application where the data is critical and must be kept private!
I want the data to be accessed only through my application. Not from the database itself. (i.e. not even the db administrator will be able to read data in tables, or see the stored procedures)
Could you please tell me a way to achieve this?
Thanks a lot!