﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / How best to report changes to data / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 10:20:19 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How best to report changes to data</title><link>http://www.sqlservercentral.com/Forums/Topic1405595-391-1.aspx</link><description>there's a codeproject which adds a CDC equivalent to a standard edition SQL server installation you could look at as well:it creates a [b]utility [/b]schema instead of a [b]cdc [/b]schema.[b][url]http://standardeditioncdc.codeplex.com/[/url][/b]</description><pubDate>Thu, 10 Jan 2013 12:39:03 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: How best to report changes to data</title><link>http://www.sqlservercentral.com/Forums/Topic1405595-391-1.aspx</link><description>How you record the changes is pretty key to how you report them, but not necessarily critical.If you want to regularly query the data, then you either need "active auditing" (usually done via triggers), or Change Data Capture (Enterprise-edition only, unless I'm mistaken).  Either of those will generate a set of queriable tables that you can base reports off of.Depending on how flexible you need the reports, either pre-built reports in SSRS, or something really flexible like Excel pivot tables (or the Sharepoint version of these), would be worth looking into.If the primary goal is to see the history of a room, that would easily be done via SSRS.  A drill-down report, where you pick a hotel, then a room, then details of changes, would probably get what's needed.  History of a guest would be done via some sort of CRM-type application.  Aggregations like "how many reservations were cancelled per room, per hotel, per month" would probably best be done via pivot tables.</description><pubDate>Thu, 10 Jan 2013 12:35:14 GMT</pubDate><dc:creator>GSquared</dc:creator></item><item><title>How best to report changes to data</title><link>http://www.sqlservercentral.com/Forums/Topic1405595-391-1.aspx</link><description>Hi allI'm looking for some inspiration on how best to report changes that have been made to records in a SQL database.To put this in context, we're looking to build a tool where reporting users can see changes made to hotel rooming requests, so they can ensure the hotel updates their records with the new requirements. We're looking to do it at field level, i.e. not just show that Mr Smith has changed his hotel request, but that he changed just his check-in date, and show what the previous value was.I'm aware of various techniques for automatically recording changes to data in SQL, but have not seen many examples of how best to report them and allow report users to query the changes.I'd be particularly interested in hearing about how forum members might have tackled the UI when they've got multiple users looking for different types of changes or who are interested in a variable date/time ranges. Or perhaps you've seen a great change tracking report in an app you use.I've not posted this as an SSRS question because we could equally build a web tool to query/display the data. Thanks for your suggestionsNick</description><pubDate>Thu, 10 Jan 2013 12:19:09 GMT</pubDate><dc:creator>nick-1043370</dc:creator></item></channel></rss>