Manage, Control, store changes done to SQL Server

  • 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.

  • Look at this product by REDGATE SOFTWARE

    http://www.red-gate.com/products/sql-development/sql-source-control/?utm_source=google&utm_medium=cpc&utm_content=brand_aware&utm_campaign=sqlsourecontrol&gclid=CMT63JWCzqYCFYnd4AodK3UPGw

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • 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] :.

  • 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