Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 20764

Need to show only modified data in sql audit report

$
0
0

I need to create a report that shows only the rows and columns of data that has been modified in sql tables.  This brings on many challenges.  For example, some tables have over 100+ columns and many of the columns are links to reference tables.  if the user selected a different region for a customer, I could not show the old and new RegionID, I would need to link that column in the select statement to the Region table.  The select statement would need to be something like "Select Region.RegionName..." rather than "Select Customer.RegionID..."  As you can imagine, a table with 100+ columns will require a complex sql statement.

Now the big question is, how do I show only rows and columns in a SSRS report which have been modified?

Thank you in advance.


Viewing all articles
Browse latest Browse all 20764

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>