August 16, 2009 at 9:10 pm
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
Regards,
Raj
August 16, 2009 at 9:44 pm
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
August 16, 2009 at 11:53 pm
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
Regards,
Raj
August 18, 2009 at 7:15 am
Do you have reporting services installed?
August 18, 2009 at 7:21 am
Also, if you are connecting from a desktop where you only have client tools installed, you won't see the Reports menu
August 20, 2009 at 8:40 pm
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
August 20, 2009 at 11:55 pm
I installed sp2 and its working fine..
Thanks brian and clive
Regards,
Raj
August 21, 2009 at 2:56 am
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.
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