Connecting Tech Pros Worldwide Help | Site Map

Trace on sql table

  #1  
Old October 7th, 2008, 05:22 PM
Member
 
Join Date: Sep 2007
Posts: 109
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.,
  #2  
Old October 7th, 2008, 06:04 PM
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,914
Provided Answers: 1

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
  #3  
Old October 16th, 2008, 07:34 PM
Member
 
Join Date: Sep 2007
Posts: 109

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
A light focus on SQL Profiler anweshadash insights 0 December 12th, 2007 12:27 PM
Indexes on SQL Server 7.0 Zamdrist answers 22 April 16th, 2007 05:15 PM
Table Adapter generates bad SQL under load =?Utf-8?B?SmFtZXNJRURPVE5FVA==?= answers 2 February 8th, 2007 11:15 PM
need information on SQL SERVER 2000 with multi-threading CPU NiponW answers 2 November 23rd, 2005 03:06 AM