March 10, 2004 at 2:33 pm
I am running MS SQL Server 7. Is there a way to easily generate a list of any changes to the content in any fields in any tables in a database?
March 10, 2004 at 4:27 pm
Do you mean going forward or historically? You might look into a product by Lumigent called Log Explorer or Entegra.
Going forward you could work some magic with SQL Profiler.
------------
Ray Higdon MCSE, MCDBA, CCNA
March 11, 2004 at 9:26 am
Easily...no
Log Explorer may be good.
In some of my databases where there are legal concerns I have triggers that keep track of content changes...who, when, and what.
"Keep Your Stick On the Ice" ..Red Green
March 11, 2004 at 1:56 pm
There is no such thing as a free lunch.
If you want such feature, I guess you have to implemtent it yourself.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 4:58 pm
Thanks for the info. I was looking at a going forward basis. I'll have to check out that profiler product.
I would build something myself but (a) didn't want to reinvent the wheel if some mechanism already existed (b) there's quite a few tables involved so it would take some time and (c) I'm going on mat leave any day now so I don't think I'll be able to squeeze it in!
Jeff W - quoting red green - you Cdn?
March 12, 2004 at 1:37 am
Just out if curiosity.
Is BINARY_CHECKSUM() available in SQL 7?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 12, 2004 at 2:10 am
I had SQL 2000. & Did forgot to check BOL about this.
BINARY_CHECKSUM is not available in SQL 7. 0
March 12, 2004 at 9:57 am
No, but I love the show!!
"Keep Your Stick On the Ice" ..Red Green
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply