September 9, 2003 at 12:32 pm
Hi Guys,
How are you, I hope fine...
I need know who drop one database in my server and when.
Where i find this...
Tank's for your help
September 9, 2003 at 12:45 pm
To the best of my knowledge unless you had a trace running to watch this you cannot find out.
September 9, 2003 at 12:47 pm
Short of resorting to torturing all with the appropriate rights... I'm in an evil mood!
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
K. Brian Kelley
@kbriankelley
September 9, 2003 at 12:50 pm
Antares686 & Brian: Can we find it thru ERRORLOG file??
hgranja:What is your SQL Server Version?
.
September 9, 2003 at 12:57 pm
Not necessarily. I just did a test and the drop database did not get recorded to the ERRORLOG. The "starting up database" did for the create, but that's it.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
K. Brian Kelley
@kbriankelley
September 9, 2003 at 5:05 pm
I don't think there is a way to know this after the fact. Possibly Log Explorer from Lumigent could get this info.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
September 10, 2003 at 4:00 am
quote:
I don't think there is a way to know this after the fact. Possibly Log Explorer from Lumigent could get this info.Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
But that is only if the transaction logs have not been truncated yet.
September 10, 2003 at 4:05 am
Does it really matter who did this?
I mean apart from personal satisfaction derived from tar and feather this evil person?
What about restoring and setting appropriate rights and keep this lesson in mind for the future
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
September 10, 2003 at 4:08 am
Maybe you need to look at the security on the server, and see who really needs dbo level access or above.
If you can restrict who can do this, it should reduce the chances of it happening again.
Steven
September 10, 2003 at 6:31 am
This won't help your current situation but...
NetIQ configuration manager is very robust and tracks a large array of changes including the dropping of objects/databases.
September 10, 2003 at 7:33 am
Lumigent has free tool called Lumigent Schema Alert.
It can email you changes to db schema.
Arti
September 10, 2003 at 9:44 am
But again Lumigent Schema Alert need to be installed in any one of the client machine for monitoring. Also it should be up and running at that time. I use this all the time. But if this tool is not running at that time, you don't get the notifications.
Its obvious I can't install this on the server. Coz of Risk.
Edited by - mdamera on 09/10/2003 09:46:47 AM
.
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply