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
 Other SQL Server Topics (2005)
 log details

Author  Topic 

varalakshmi
Yak Posting Veteran

98 Posts

Posted - 2007-11-30 : 02:53:44
Hi,
Is there any way to capture the log details such as row count of the data flow,number of success rows and failed rows in a separate table?

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-30 : 03:17:49
Which log? Db transaction log? Need third party tools if so.
Go to Top of Page

varalakshmi
Yak Posting Veteran

98 Posts

Posted - 2007-11-30 : 08:00:16
After a db transaction, where does the log information stored?(location of the log files)
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-02 : 01:19:22
If you are looking for db transaction log file location, find it in db properties -> files in ssms. Or query sys.sysfiles in the db.
Go to Top of Page
   

- Advertisement -