Object creation - User details

  • Hi all,

    Is there any way to find the User and IP/Machine name who

    created/altered a particular object ( SP,Function,table,view ).

    Sysobjects doesnt provide. Any way to find this info?

    Regards,

    S.V.Nagaraj

  • In SSMS. Right-click on the database and choose Reports. Choose Standard Reports | Schema Changes History.

    That will give you time/date and who did it, provided the info is still in the default trace. Unfortunately, it won't give you IP.

    K. Brian Kelley
    @kbriankelley

  • Hi Brian,

    Thanks for the reply . I cant find the option Reports when right click on

    databases. Is it a 2008 option?

    I am using 2005 standard edition.

    Regards,

    S.V.Nagaraj

  • Do you have reporting services installed?

  • Also, if you are connecting from a desktop where you only have client tools installed, you won't see the Reports menu

  • Have you applied at least SP2 to the machine running SQL Server Management Studio? This was introduced in that service pack as an extension to SSMS. You do NOT need SQL Server Reporting Services installed on the same system.

    Custom Reports in Management Studio

    K. Brian Kelley
    @kbriankelley

  • I installed sp2 and its working fine..

    Thanks brian and clive

  • K. Brian Kelley (8/20/2009)


    Have you applied at least SP2 to the machine running SQL Server Management Studio? This was introduced in that service pack as an extension to SSMS. You do NOT need SQL Server Reporting Services installed on the same system.

    Custom Reports in Management Studio

    Interesting - Just trying to finally start using Reporting Services. As you suggested the remote box which only has the client tools did not have SP2. Thanks!

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply