January 26, 2010 at 10:43 am
Hi,
Some one from my team has modified the file growth cap from 10 GB to 15 GB. I would like to know is there a place where I can see the user logged on to modify changes or any view/table/sp will be able to verify the modified change date .
If we make changes to the database/ alter database does it log somewhere. If so where?
Lina G
Lina G
Database Administrator
January 26, 2010 at 10:49 am
If it is 2005+ you should be able to use the schema changes history report, it tells you when and who made database change, it does not tell you what change was made, and the data collected is wiped when SQL is restarted.
Andrew
January 26, 2010 at 12:06 pm
Thanks for the info..
Here is the link I found which explians the need
http://sqlserverpedia.com/blog/sql-server-security/csidba-finding-out-who-made-schema-changes/
Thanks,
Lina G
Lina G
Database Administrator
January 26, 2010 at 12:11 pm
I'm not sure if the default trace notes this, but you can check there as well.
January 26, 2010 at 1:10 pm
Yes! I think as I tested in one of our lower environment and it works. I think to generate this report we might need sysadmin access. Need to explore on this one.
Lina G
Lina G
Database Administrator
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply