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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 FINDING LOG OF A PARTICULAR TABLE

Author  Topic 

lovinguy
Starting Member

12 Posts

Posted - 2009-07-04 : 03:56:39
I want to find out logs for a particular table in a database.Problem is that one of the user has modified the value in the database and i would like to know when he has modified the data in the table.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-07-04 : 03:58:49
SQL Server doesn't have separate log files for each tables.

SELECT * FROM ::fn_dblog(default, default)



Microsoft SQL Server MVP

N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -