954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help me find ways to track informaction changes in sql server 2000

Hi friends, can you guys help me to find the best way to track information changes in sql server 2000, like a free utility. The problem is that i need to track every single table because i want to figure something out. we have an ERP System and there is one process that i would like to know what tables it touch something like that.

thanks.

"sorry about the title"

jbisono
Posting Pro in Training
442 posts since May 2009
Reputation Points: 71
Solved Threads: 59
 

if you have a testing enviorment
you can open a new trace in sql server profiler on the test db
and lunch the process you wish to check
there you can see everything that is executed on the db
if you dont have a testing enviorment then i suggest you will build one

noamwegner
Newbie Poster
12 posts since Apr 2010
Reputation Points: 10
Solved Threads: 1
 

Like noamwegner says, use profiler to get a trace. You can limit what the trace will record with client workstation, so you can use it with production or test environments.

adam_k
Practically a Posting Shark
803 posts since Jun 2011
Reputation Points: 256
Solved Threads: 149
 

Yes i forgot to reply back, but that works with no problem, thanks so much, and happy new year to all!!!

jbisono
Posting Pro in Training
442 posts since May 2009
Reputation Points: 71
Solved Threads: 59
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You