Connecting Tech Pros Worldwide Forums | Help | Site Map

Trace on sql table

Member
 
Join Date: Sep 2007
Posts: 109
#1: Oct 7 '08
Hi all,

I have a sql server 2000. and i have one of the table in my database is getting value from some store procedure or view.

This database is developed by someone else and we don't have any documentation.

what my problem is i am trying to find out how data is getting dump into that table by which process.

Can any one suggetion me how can i find out this?

Also, i am a new to sql server. don't know the complex stuff.

any help is appreciated.

Thank you.,

ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Oct 7 '08

re: Trace on sql table


You have a number of option.

1. Use the profiler

2, Find all stored proc that access this table and open it one by one.

-- CK
Member
 
Join Date: Sep 2007
Posts: 109
#3: Oct 16 '08

re: Trace on sql table


Hi,

Can I apply Trace to a perticular database Table?
Also, is there a way to look for view in Trace like Store Procedure?

waiting for any suggestion.

Thank you,
Reply