Re: Protecting database structure
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 10:10:36 +0300
paulo
Don't GRANT permissions to the underlauying tables, unstead use EXECUTE
permissions on stored procedures ,or GRANT SELECT on VIEW .
In SQL Server 2005 you have a great feature EXECUTE AS ... please read for
details in the BOL
Alos,perform regular BACKUP on user databases as well as system such
master,msdb,model
"paulo" <isf@xxxxxxxxxxxxx> wrote in message
news:OAgmF1fpGHA.3324@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
We have an application that uses a SQLServer database. We would like to
protect its structure. Is this possible?
Thanks in advance for any help given.
Regards,
paulo
.
- Follow-Ups:
- Re: Protecting database structure
- From: "privatenews"
- Re: Protecting database structure
- References:
- Protecting database structure
- From: paulo
- Protecting database structure
- Prev by Date: Re: securityadmin
- Next by Date: Re: Protecting database structure
- Previous by thread: Protecting database structure
- Next by thread: Re: Protecting database structure
- Index(es):
Relevant Pages
|