Set single dbase password

A

A C

Hello

If we wanted to secure a database simply to stop 3rd parties from accessing
the database, but we dont want to set up different users with different
permissions or restrictions etc, is there any disadvantages with simply
using the Set Database Password option rather than creating mdw and user
groups and users etc?

Is it any less (more) secure? What are the up and downsides from doing
this?

Thx
AC
 
T

TC

Setting a database password is much quicker, easier & simpler than
learning & implementing user-level security (ULS). However, it only
gives one level of access, whereas ULS can give a different level of
access for each user or group.

There is code on the web to crack the database password /and/ the ULS
passwords.

HTH,
TC
 
Top