January 21, 2011 at 9:42 pm
I would like to know any software/process from Microsoft or third party that have the capability to manage, control and record changes (Keep history) of SQL Server/Instances, databases over a period of time.
Please share a URL or tool name; suggest me.
January 22, 2011 at 7:27 am
Look at this product by REDGATE SOFTWARE
January 22, 2011 at 6:16 pm
are you talking about DDL & DML changes to the sql data or change to the actual server, such as a new user has been added, timeout connections setting has been modified?
DDL & DML changes you can capture with sql profiler, look into default trace and expand on that
for the actual change, you might need to write up some of your own code in c# or c++ or buy a 3rd party software.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
January 24, 2011 at 7:18 am
Thanks.
Yes, I need to track changes to actual server and collect statistics like # users sessions/hour, locks/hour, SELECT/hour, time outs/hour, update/hour, adding new users, database growth/day, etc.,
Please suggest me a tool which can capture all these details.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply