Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to trace the table?

Author  Topic 

vinoth86
Starting Member

27 Posts

Posted - 2008-04-23 : 01:59:10

Hi,
I using SQL SERVER2000,i can see in one table.. often some data is duplicating.

I couldn,t find,how these data are populated.

Even in audit..i am unable to trace the action.

Any idea,how to find the root cause??

Thanks.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-04-23 : 02:27:26
Dont you have an audit column which traces out user who perform action? like createdby,modifiedby,..
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-04-24 : 22:57:34
>> some data is duplicating

Does the table have pkey? It should avoid dup rows.
Go to Top of Page
   

- Advertisement -