Mega Search
23.2 Million


Sign Up

Make a donation  
SQL Server 2008 R2 changes analysis  
News Group: microsoft.public.sqlserver.server

I am in search of a tool which can give me the status of the activities performed in the SQL Server 2008 R@ environment. I want to know that which all users have logged in and which have failed login while accessing the SQL Server. I also want to get the details of the changes done through DDL commands in the SQL environment.

Thanks

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 19-Jul-2013, at 2:32 AM EST
From: tarun pant
 
Re: SQL Server 2008 R2 changes analysis  
News Group: microsoft.public.sqlserver.server
tarun pant (tarun777.pant@gmail.com) writes:
> I am in search of a tool which can give me the status of the activities
> performed in the SQL Server 2008 R@ environment. I want to know that
> which all users have logged in and which have failed login while
> accessing the SQL Server. I also want to get the details of the changes
> done through DDL commands in the SQL environment. 

This is one option: http://www.apexsql.com/sql_tools_audit.aspx


-- 
Erland Sommarskog, Stockholm, esquel@sommarskog.se

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 19-Jul-2013, at 10:40 PM EST
From: Erland Sommarskog
 
Re: SQL Server 2008 R2 changes analysis  
News Group: microsoft.public.sqlserver.server
Hi Earland,

Thanks for your response. Just also wanted to know that is there any manual method through which we can solve these queries. Also can you let us know that are there any other tools also which are cost effective and can solve this query of mine.

Any help is highly appreciable.

Thanks


Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 22-Jul-2013, at 5:30 AM EST
From: tarun pant
 
Re: SQL Server 2008 R2 changes analysis  
News Group: microsoft.public.sqlserver.server
Hi Tarun,

For getting the details for all the user who have logged in and who have failed login while accessing the SQL Server, I can suggest you to go in for Lepide's tool. To get the details of the changes done through DDL commands also it is highly effective. For more details refer to http://www.sqlserveraudit.org/

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 26-Jul-2013, at 8:29 AM EST
From: m
 
Re: SQL Server 2008 R2 changes analysis  
News Group: microsoft.public.sqlserver.server
 tarun pant wrote on 07/19/2013 05:32 ET :
> I am in search of a tool which can give me the status of the activities
> performed in the SQL Server 2008 R@ environment. I want to know that which all
> users have logged in and which have failed login while accessing the SQL
> Server. I also want to get the details of the changes done through DDL
commands
> in the SQL environment.
> 
> Thanks
> 
 I would suggest you to sql server audit tool (http://www.sqlserveraudit.org)
 which audits sql server changes and capture and store the entire data changes
 into a centralized repository. This utility provides facilitate to track the
sql
 server changes as who, what, when and where changes were made and allows to
 automate the report generation .

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 30-Jul-2014, at 11:25 AM EST
From: allen-rich