SQL 2005 Any logs to check the user who modified Database file settings

  • 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

  • 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

  • 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

  • I'm not sure if the default trace notes this, but you can check there as well.

  • 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