Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
viniciov
Starting Member
2 Posts |
Posted - 2010-01-07 : 13:27:07
|
Hi. I'm somehow new to SQL Server. I have some basic questions.1. If I drop a database user (not a login), is there any default audit or log for this event?2. Is there any way to lock the user (ie. ALTER USER XXX ACCOUNT LOCK) like in Oracle?Regards |
|
russell
Pyro-ma-ni-yak
5072 Posts |
|
viniciov
Starting Member
2 Posts |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-01-07 : 14:22:54
|
ALTER LOGIN <login name> ENABLE | DISABLE |
 |
|
|
|
|