|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
sql server how retrieve info from transaction log?where i can find simple (in .NET if have) how retrieve info from
transaction log? There is none. The only TSQL command available are DBCC LOG command and the ::fn_dblog function.
These are not documented (you can Google for usage), but they basically return only binary information. Use one of the log reader tools (I've listed some on my links page), if you are lucky, they might have an API defined. -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ <mtczx***@yahoo.com> wrote in message news:1139692675.482339.257700@g44g2000cwa.googlegroups.com... > where i can find simple (in .NET if have) how retrieve info from > transaction log? > |
|||||||||||||||||||||||